Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base with Super-Linter
uses: super-linter/super-linter@v7.3.0
uses: super-linter/super-linter@v8.0.0
env:
DEFAULT_BRANCH: origin/main
VALIDATE_ALL_CODEBASE: false # tells the linter to only check files that have been modified in the current pull request
Expand Down
Loading