Skip to content

Commit

Permalink
Fix files filter patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
imaqtkatt committed Feb 27, 2024
1 parent 28d456d commit 568d2b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ jobs:
with:
incremental_files_only: false
config: ./cspell.json
files: "**/*.rs **/*.md"
files: |
**/*.rs
**/*.md

0 comments on commit 568d2b0

Please sign in to comment.