Skip to content

Commit

Permalink
Update super-linter.yml (#2570)
Browse files Browse the repository at this point in the history
* Update super-linter.yml
  • Loading branch information
jbampton committed Feb 19, 2024
1 parent a5e57d5 commit 9faf130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
VALIDATE_BASH: true
VALIDATE_BASH_EXEC: true
# VALIDATE_EDITORCONFIG: true
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_MARKDOWN: true
VALIDATE_PHP: true
VALIDATE_PYTHON_FLAKE8: true
# VALIDATE_RUBY: true
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_SHELL_SHFMT: true
VALIDATE_XML: true
VALIDATE_YAML: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9faf130

Please sign in to comment.