We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3cce5 commit 1d32fa1Copy full SHA for 1d32fa1
1 file changed
.github/workflows/_checks.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Check spelling with typos
23
uses: crate-ci/typos@v1.42.1
24
with:
25
- files: '**/*.ts, **/*.md, .github/workflows/*.yml'
+ files: '**/*.ts **/*.md .github/workflows/*.yml'
26
27
lint:
28
name: Lint
0 commit comments