File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,19 @@ jobs:
1515 permissions :
1616 contents : read
1717 packages : read
18- # To report GitHub Actions status checks
1918 statuses : write
2019
2120 steps :
2221 - name : Checkout code
2322 uses : actions/checkout@v4
2423 with :
25- # super-linter needs the full git history to get the
26- # list of files that changed across commits
2724 fetch-depth : 0
2825
2926 - name : Super-linter
30- uses : super-linter/super-linter@v7.2.1
27+ uses : super-linter/super-linter@v7
3128 env :
32- # To report GitHub Actions status checks
3329 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3430 VALIDATE_ALL_CODEBASE : false
3531 VALIDATE_JSON_PRETTIER : false
3632 SQLFLUFF_CONFIG_FILE : .sqlfluff
33+ FILTER_REGEX_EXCLUDE : " (.devcontainer/Dockerfile|.github/pull_request_template.md|.github/ISSUE_TEMPLATE/*.md)"
You can’t perform that action at this time.
0 commit comments