Skip to content

Commit 1c51a32

Browse files
committed
Upgrade superlinter
1 parent 17e3968 commit 1c51a32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Lint Code Base
26-
uses: github/super-linter/slim@v5
26+
uses: github/super-linter/slim@v6
2727
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
LINTER_RULES_PATH: 'tools/linters'
2830
LOG_LEVEL: NOTICE
2931
VALIDATE_ALL_CODEBASE: true
30-
LINTER_RULES_PATH: 'tools/linters'
3132
VALIDATE_CSS: true
3233
VALIDATE_JAVASCRIPT_ES: true
3334
VALIDATE_JSON: true

0 commit comments

Comments
 (0)