Skip to content

Commit

Permalink
fix: regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz committed Jan 4, 2024
1 parent f741a00 commit 31f6d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
VALIDATE_ALL_CODEBASE: true
VALIDATE_JSCPD: false
VALIDATE_RUST_2015: false
FILTER_REGEX_EXCLUDE: src/layout/*.html
FILTER_REGEX_EXCLUDE: templates/layout/*.html
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...

0 comments on commit 31f6d34

Please sign in to comment.