Skip to content

Commit 38072ca

Browse files
author
Chad Dougherty
committed
add the ./_events directory to the typos checker config
Signed-off-by: Chad Dougherty <[email protected]>
1 parent 5ac2dfb commit 38072ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check Spelling
1818
uses: crate-ci/typos@master # we should really incorporate all new changes
1919
with:
20-
files: ./_posts ./pages ./README.md
20+
files: ./_posts ./_events ./pages ./README.md
2121
config: ./.github/workflows/typo_config.toml
2222

2323
- name: URLs-checker

0 commit comments

Comments
 (0)