We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2241e commit 71e3fa5Copy full SHA for 71e3fa5
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
id: super-linter
45
uses: super-linter/super-linter/slim@a8150b40c89574adb5f68bf9502b890a236a06b3 # v5.7.2
46
env:
47
- FILTER_REGEX_EXCLUDE: '.*cache(.js)?$'
+ FILTER_REGEX_EXCLUDE: 'dist/.*'
48
DEFAULT_BRANCH: main
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
TYPESCRIPT_DEFAULT_STYLE: prettier
0 commit comments