Skip to content

Commit

Permalink
not sure if this is the right fix, but making sure exclude path works OK
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianCurtis-NOAA committed Mar 6, 2024
1 parent 1b3001c commit b6ece82
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
env:
DEFAULT_BRANCH: cleanup_scripts
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: .*tests/.*fv3_conf/.*
FILTER_REGEX_EXCLUDE: .*tests/.*ci/.*
FILTER_REGEX_EXCLUDE: .*tests/.*auto/.*
FILTER_REGEX_EXCLUDE:
- .*tests/.*fv3_conf/.*
- .*tests/.*ci/.*
- .*tests/.*auto/.*

0 comments on commit b6ece82

Please sign in to comment.