diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 79cfd77c..72c9e6c6 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -11,5 +11,5 @@ jobs: uses: actions/checkout@v4 - name: Check spelling uses: crate-ci/typos@v1.18.0 - with: - args: --exclude **/*.txt --exclude **/*.pvsm + with: + args: --exclude **/*.txt --exclude **/*.pvsm