Skip to content

Commit

Permalink
add the ./_events directory to the typos checker config
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Dougherty <crd@acm.org>
  • Loading branch information
Chad Dougherty committed Sep 10, 2024
1 parent 5ac2dfb commit 38072ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check Spelling
uses: crate-ci/typos@master # we should really incorporate all new changes
with:
files: ./_posts ./pages ./README.md
files: ./_posts ./_events ./pages ./README.md
config: ./.github/workflows/typo_config.toml

- name: URLs-checker
Expand Down

0 comments on commit 38072ca

Please sign in to comment.