We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e3968 commit 1c51a32Copy full SHA for 1c51a32
.github/workflows/php.yml
@@ -23,11 +23,12 @@ jobs:
23
fetch-depth: 0
24
25
- name: Lint Code Base
26
- uses: github/super-linter/slim@v5
+ uses: github/super-linter/slim@v6
27
env:
28
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
+ LINTER_RULES_PATH: 'tools/linters'
30
LOG_LEVEL: NOTICE
31
VALIDATE_ALL_CODEBASE: true
- LINTER_RULES_PATH: 'tools/linters'
32
VALIDATE_CSS: true
33
VALIDATE_JAVASCRIPT_ES: true
34
VALIDATE_JSON: true
0 commit comments