Skip to content

Commit

Permalink
fix: super-linter v6 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz authored Feb 15, 2024
1 parent cd38f2b commit dfefb59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Super-linter
uses: super-linter/super-linter@v6
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_JSCPD: false
VALIDATE_CHECKOV: false
VALIDATE_RUST_2015: false
VALIDATE_HTML: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...
...

0 comments on commit dfefb59

Please # to comment.