Skip to content

Commit

Permalink
Update super-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jun 14, 2024
1 parent 341c7e0 commit 024875b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter/slim@v6
uses: super-linter/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -34,3 +36,4 @@ jobs:
VALIDATE_CHECKOV: false
VALIDATE_EDITORCONFIG: false
VALIDATE_JSCPD: false
VALIDATE_NATURAL_LANGUAGE: false

0 comments on commit 024875b

Please sign in to comment.