Skip to content

Commit

Permalink
ci(semantic-release-replace-test): update TypeScript filter to includ…
Browse files Browse the repository at this point in the history
…e nested files
  • Loading branch information
AsifNawaz-cnic committed Feb 18, 2025
1 parent 897ecf9 commit 89bbe57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release-replace-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Super Linter Code Base
uses: github/super-linter/slim@v7
env:
FILTER_REGEX_INCLUDE: "/src/*"
FILTER_REGEX_INCLUDE: "/src/**/*.ts"
DEFAULT_BRANCH: main
VALIDATE_TYPESCRIPT_ES: true
FIX_TYPESCRIPT_ES: true
Expand Down

0 comments on commit 89bbe57

Please sign in to comment.