diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1a2732a..710a8bd 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -14,9 +14,13 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 + with: + # super-linter needs the full git history to get the + # list of files that changed across commits + fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@v7 + uses: github/super-linter@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} LINTER_RULES_PATH: /