Skip to content

Commit

Permalink
fix(ci): Update super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Oct 18, 2023
1 parent 0e40279 commit d88e331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter@v5.0.0
uses: super-linter/super-linter@v5.4.3
env:
VALIDATE_ALL_CODEBASE: false
#JAVASCRIPT_DEFAULT_STYLE: prettier
# JAVASCRIPT_DEFAULT_STYLE: prettier
VALIDATE_XML: false
# Evaluate JS with eslint instead of standard
VALIDATE_JAVASCRIPT_STANDARD: false
Expand Down

0 comments on commit d88e331

Please sign in to comment.