mirror of
https://github.com/HigherOrderCO/Bend.git
synced 2024-11-04 01:20:56 +03:00
Fix files filter patterns
This commit is contained in:
parent
28d456da07
commit
568d2b0157
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@ -64,4 +64,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
incremental_files_only: false
|
incremental_files_only: false
|
||||||
config: ./cspell.json
|
config: ./cspell.json
|
||||||
files: "**/*.rs **/*.md"
|
files: |
|
||||||
|
**/*.rs
|
||||||
|
**/*.md
|
||||||
|
Loading…
Reference in New Issue
Block a user