We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6844a3 commit 5f1e304Copy full SHA for 5f1e304
1 file changed
.github/workflows/superlinter.yml
@@ -23,12 +23,12 @@ jobs:
23
- name: Checkout code
24
uses: actions/checkout@v4
25
with:
26
- # super-linter needs the full git history to get the
27
- # list of files that changed across commits
+ # Full git history is needed to get a proper list of changed files within `super-linter`
28
fetch-depth: 0
29
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 }}
+ - name: Lint Code Base
+ uses: github/super-linter@v4
+ env:
+ VALIDATE_ALL_CODEBASE: false
+ DEFAULT_BRANCH: $default-branch
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments