From 148be672f0ff23c69b7b34efb292998f5c0926e8 Mon Sep 17 00:00:00 2001 From: Boris Kaus <61824822+boriskaus@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:38:46 +0100 Subject: [PATCH] Update SpellCheck.yml next attempt --- .github/workflows/SpellCheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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