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