Skip to content

Commit

Permalink
Bump super-linter/super-linter from 6.7.0 to 7.0.0 (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Karpala <karpik.pl@gmail.com>
Co-authored-by: Piotr Karpala <piotrkarpala@microsoft.com>
  • Loading branch information
3 people authored Aug 26, 2024
1 parent 6408a7f commit 884a727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

- name: Lint Codebase
id: super-linter
uses: super-linter/super-linter/slim@v6.7.0
uses: super-linter/super-linter/slim@v7.0.0
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: dist/**/*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JAVASCRIPT_DEFAULT_STYLE: prettier
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_ALL_CODEBASE: true
VALIDATE_JSCPD: false

0 comments on commit 884a727

Please sign in to comment.