Skip to content

Commit 1c5c9b9

Browse files
Fix FILTER_REGEX_EXCLUDE environment variable
1 parent 827b616 commit 1c5c9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/super_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
env:
1212
VALIDATE_ALL_CODEBASE: false
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14-
FILTER_REGEX_EXCLUDE: .*\.vscode-format/.*
14+
FILTER_REGEX_EXCLUDE: \.vscode-format\/.*

0 commit comments

Comments
 (0)