Skip to content

Commit

Permalink
Merge pull request #44 from projectsyn/renovate/super-linter-super-li…
Browse files Browse the repository at this point in the history
…nter-6.x

Update super-linter/super-linter action to v6
  • Loading branch information
simu authored Jun 17, 2024
2 parents 38c2229 + dd83e66 commit ab51b65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
# super-linter v6 needs full history
fetch-depth: "0"

- name: Setup Node.js
id: setup-node
Expand All @@ -33,10 +36,11 @@ jobs:

- name: Lint Code Base
id: super-linter
uses: super-linter/super-linter/slim@v5
uses: super-linter/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TYPESCRIPT_DEFAULT_STYLE: prettier
VALIDATE_CHECKOV: false
VALIDATE_JSCPD: false
FILTER_REGEX_EXCLUDE: '(dist/licenses\.txt|PULL_REQUEST_TEMPLATE.md)'

0 comments on commit ab51b65

Please sign in to comment.