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 d053bcf commit 7050d32Copy full SHA for 7050d32
.github/workflows/php.yml
@@ -24,11 +24,12 @@ jobs:
24
fetch-depth: 0
25
26
- name: Lint Code Base
27
- uses: github/super-linter/slim@v5
+ uses: super-linter/super-linter/slim@v6
28
env:
29
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
+ LINTER_RULES_PATH: 'tools/linters'
31
LOG_LEVEL: NOTICE
32
VALIDATE_ALL_CODEBASE: true
- LINTER_RULES_PATH: 'tools/linters'
33
VALIDATE_CSS: true
34
VALIDATE_JAVASCRIPT_ES: true
35
VALIDATE_JSON: true
0 commit comments