diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 6eb2de90..d4db5857 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -12,4 +12,4 @@ jobs: - name: Check spelling uses: crate-ci/typos@v1.24.5 with: - config: typos.toml # specify the custom config file + config: .typos.toml # specify the custom config file