Skip to content

Commit 22bcb6d

Browse files
committed
remove glob matcher in typos action
1 parent 619c138 commit 22bcb6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/typos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Check spelling of markdown and JSON files in content directory
16+
- name: Check spelling in content directory
1717
uses: crate-ci/typos@master
1818
with:
19-
files: ./content/**/*.{md,json}
19+
files: ./content

0 commit comments

Comments
 (0)