Skip to content

Commit 5f1e304

Browse files
authored
Update superlinter.yml
1 parent c6844a3 commit 5f1e304

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/superlinter.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v4
2525
with:
26-
# super-linter needs the full git history to get the
27-
# list of files that changed across commits
26+
# Full git history is needed to get a proper list of changed files within `super-linter`
2827
fetch-depth: 0
2928

30-
- name: Super-linter
31-
uses: super-linter/super-linter@v7.4.0 # x-release-please-version
32-
# env:
33-
# # To report GitHub Actions status checks
34-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
- name: Lint Code Base
30+
uses: github/super-linter@v4
31+
env:
32+
VALIDATE_ALL_CODEBASE: false
33+
DEFAULT_BRANCH: $default-branch
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)