Skip to content

Commit

Permalink
Upgrade superlinter
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 25, 2024
1 parent 026ad54 commit 4e832a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/php.yml
Expand Up @@ -24,11 +24,12 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter/slim@v5
uses: github/super-linter/slim@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: 'tools/linters'
LOG_LEVEL: NOTICE
VALIDATE_ALL_CODEBASE: true
LINTER_RULES_PATH: 'tools/linters'
VALIDATE_CSS: true
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_JSON: true
Expand Down

0 comments on commit 4e832a7

Please sign in to comment.