Update GH Action Super-Linter and README (#7951)

Updates the GH Action and makes a small update to the README to test
changes.

A missing install step for Windows Terminal using Scoop has been added.
The versioning of Super-Linter was also switched to v3 to allow
auto-updates within the v3 series. This can be version-pinned again if a
breaking change comes later. The current updates fix some bugs and bump
the linters utilized. 

## Validation Steps Performed
Validation will be shown in the build steps.

Closes #7934
This commit is contained in:
WSLUser
2020-10-19 20:08:37 +00:00
committed by GitHub
parent 8eaaa8a2b7
commit c1d27774b4
2 changed files with 6 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ page](https://chocolatey.org/packages/microsoft-windows-terminal) and follow the
release by installing the `windows-terminal` package:
```powershell
scoop bucket add extras
scoop install windows-terminal
```