Skip to content

Commit

Permalink
upgrade super-linter from 5.0.0 to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Feb 25, 2024
1 parent b37fb81 commit f13f111
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- uses: actions/[email protected]
- uses: github/[email protected]
with:
fetch-depth: 0
filter: tree:0
- uses: super-linter/[email protected]
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: \bcodeql-analysis\.yml$|\bLICENSE$
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_SHELL_SHFMT: false

0 comments on commit f13f111

Please sign in to comment.