Skip to content

Commit

Permalink
Merge pull request #191 from coliff/dependabot/github_actions/super-l…
Browse files Browse the repository at this point in the history
…inter/super-linter-7
  • Loading branch information
coliff authored Aug 18, 2024
2 parents d681873 + ef2752a commit 4dc6c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/super-linter/slim@v6
uses: super-linter/super-linter/slim@v7
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -33,4 +33,5 @@ jobs:
VALIDATE_ALL_CODEBASE: false
VALIDATE_CHECKOV: false
VALIDATE_HTML: false
VALIDATE_JSCPD: false
VALIDATE_MARKDOWN: false

0 comments on commit 4dc6c70

Please sign in to comment.