Skip to content

Commit 1b129cb

Browse files
committed
Fix super-linter
1 parent 8e631eb commit 1b129cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
- name: Lint Code Base
2727
uses: github/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)