Skip to content

Commit

Permalink
Fix super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 20, 2024
1 parent bde7ad3 commit 51d6e63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
- name: Lint Code Base
uses: super-linter/super-linter/slim@v6
env:
VALIDATE_ALL_CODEBASE: true
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: 'tools/linters'
VALIDATE_ALL_CODEBASE: true
VALIDATE_CSS: true
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_JSON: true
Expand Down

0 comments on commit 51d6e63

Please sign in to comment.