Skip to content

Commit 7050d32

Browse files
committed
Upgrade superlinter
1 parent d053bcf commit 7050d32

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
@@ -24,11 +24,12 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Lint Code Base
27-
uses: github/super-linter/slim@v5
27+
uses: super-linter/super-linter/slim@v6
2828
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
LINTER_RULES_PATH: 'tools/linters'
2931
LOG_LEVEL: NOTICE
3032
VALIDATE_ALL_CODEBASE: true
31-
LINTER_RULES_PATH: 'tools/linters'
3233
VALIDATE_CSS: true
3334
VALIDATE_JAVASCRIPT_ES: true
3435
VALIDATE_JSON: true

0 commit comments

Comments
 (0)