Skip to content

Commit

Permalink
Let's only check shell for now, but keep all options available for fu…
Browse files Browse the repository at this point in the history
…ture
  • Loading branch information
BrianCurtis-NOAA committed Mar 6, 2024
1 parent 44f2394 commit 7a29daa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ jobs:
env:
DEFAULT_BRANCH: cleanup_scripts
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: .*tests/.*fv3_conf/.* .*tests/.*ci/.* .*tests/.*auto/.*
FILTER_REGEX_EXCLUDE: .*tests/.*fv3_conf/.* .*tests/.*ci/.* .*tests/.*auto/.*
VALIDATE_BASH: true
#VALIDATE_GITHUB_ACTIONS: true
#VALIDATE_LUA: true
#VALIDATE_MARKDOWN: true
#VALIDATE_PYTHON_PYLINT: true
#VALIDATE_YAML: true

0 comments on commit 7a29daa

Please sign in to comment.