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 8e631eb commit 1b129cbCopy full SHA for 1b129cb
.github/workflows/php.yml
@@ -26,9 +26,10 @@ jobs:
26
- name: Lint Code Base
27
uses: github/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