diff --git a/.github/.yamllint b/.github/.yamllint index 7452167..d61d0a0 100644 --- a/.github/.yamllint +++ b/.github/.yamllint @@ -13,3 +13,6 @@ rules: level: error indentation: level: error + document-start: + present: true + level: error diff --git a/yml/OSBinaries/Ssh.yml b/yml/OSBinaries/Ssh.yml index 3547b46..c1e6138 100644 --- a/yml/OSBinaries/Ssh.yml +++ b/yml/OSBinaries/Ssh.yml @@ -1,3 +1,4 @@ +--- Name: ssh.exe Description: Ssh.exe is the OpenSSH compatible client can be used to connect to Windows 10 (build 1809 and later) and Windows Server 2019 devices. Author: 'Akshat Pradhan' diff --git a/yml/OtherMSBinaries/Fsi.yml b/yml/OtherMSBinaries/Fsi.yml index 7204f81..29afc34 100644 --- a/yml/OtherMSBinaries/Fsi.yml +++ b/yml/OtherMSBinaries/Fsi.yml @@ -1,3 +1,4 @@ +--- Name: Fsi.exe Description: 64-bit FSharp (F#) Interpreter included with Visual Studio and DotNet Core SDK. Author: Jimmy (@bohops) diff --git a/yml/OtherMSBinaries/VisualUiaVerifyNative.yml b/yml/OtherMSBinaries/VisualUiaVerifyNative.yml index fd6d7ac..bcb804b 100644 --- a/yml/OtherMSBinaries/VisualUiaVerifyNative.yml +++ b/yml/OtherMSBinaries/VisualUiaVerifyNative.yml @@ -1,3 +1,4 @@ +--- Name: VisualUiaVerifyNative.exe Description: A Windows SDK binary for manual and automated testing of Microsoft UI Automation implementation and controls. Author: Jimmy (@bohops)