Skip to content

Commit 71e3fa5

Browse files
committed
fix: exclude dist from linter
Signed-off-by: Sam Gammon <[email protected]>
1 parent 3b2241e commit 71e3fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: super-linter
4545
uses: super-linter/super-linter/slim@a8150b40c89574adb5f68bf9502b890a236a06b3 # v5.7.2
4646
env:
47-
FILTER_REGEX_EXCLUDE: '.*cache(.js)?$'
47+
FILTER_REGEX_EXCLUDE: 'dist/.*'
4848
DEFAULT_BRANCH: main
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
TYPESCRIPT_DEFAULT_STYLE: prettier

0 commit comments

Comments
 (0)