From 38072ca573845005b63ea246ce4321b8b3081edb Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Tue, 10 Sep 2024 13:26:13 -0400 Subject: [PATCH] add the ./_events directory to the typos checker config Signed-off-by: Chad Dougherty --- .github/workflows/linting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 9f9d4af5..691fa18f 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -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