Skip to content

Commit

Permalink
ci: change regex pattern (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
hulk510 authored Jan 22, 2024
1 parent be5d39b commit df5e2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: super-linter/super-linter/slim@v5
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: dist/**/*
FILTER_REGEX_INCLUDE: src/**/*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TYPESCRIPT_DEFAULT_STYLE: prettier
VALIDATE_ALL_CODEBASE: true
Expand Down

0 comments on commit df5e2ce

Please sign in to comment.