diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index bddaefe5c..80ce00b22 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -37,12 +37,15 @@ jobs: ########################## - name: Checkout Code uses: actions/checkout@v2 - + with: + # Full git history is needed to get a proper list of changed files within `super-linter` + fetch-depth: 0 + ################################ # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@v3.10.0 + uses: github/super-linter@v3 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: master diff --git a/README.md b/README.md index f61708972..450f83280 100644 --- a/README.md +++ b/README.md @@ -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 ```