Skip to content

Commit

Permalink
updated to skip directories try 4
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianCurtis-NOAA committed Mar 6, 2024
1 parent af16d59 commit e4edbc9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
env:
DEFAULT_BRANCH: cleanup_scripts
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: .*tests/.*fv3_conf/.*
FILTER_REGEX_EXCLUDE: |
.*tests/.*fv3_conf/.*
.*tests/.*ci/.*
.*tests/.*auto/.*
.*tests/.*auto-jenkins/.*
VALIDATE_BASH: true
#VALIDATE_GITHUB_ACTIONS: true
#VALIDATE_LUA: true
Expand Down

0 comments on commit e4edbc9

Please sign in to comment.