From 0836e81a6dd08d55dc1518975f71de534b9fdc34 Mon Sep 17 00:00:00 2001 From: Boris Kaus <61824822+boriskaus@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:36:53 +0100 Subject: [PATCH 1/4] Update SpellCheck.yml don't check statefiles --- .github/workflows/SpellCheck.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 2dfaaa86..db722ee4 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -11,3 +11,5 @@ jobs: uses: actions/checkout@v4 - name: Check spelling uses: crate-ci/typos@v1.18.0 + with: + args: --exclude **/*.txt --exclude **/*.pvsm From a46af3a130a5951221e38441ca22d82adbdbe964 Mon Sep 17 00:00:00 2001 From: Boris Kaus <61824822+boriskaus@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:37:10 +0100 Subject: [PATCH 2/4] Update SpellCheck.yml indent --- .github/workflows/SpellCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index db722ee4..79cfd77c 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -12,4 +12,4 @@ jobs: - name: Check spelling uses: crate-ci/typos@v1.18.0 with: - args: --exclude **/*.txt --exclude **/*.pvsm + args: --exclude **/*.txt --exclude **/*.pvsm 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 3/4] 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 From 743ac9e82a15a57e4db7706da08b0bd9e86a7e9f Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Thu, 29 Feb 2024 19:46:52 +0100 Subject: [PATCH 4/4] Update and rename _typos.toml to .typos.toml --- _typos.toml => .typos.toml | 3 +++ 1 file changed, 3 insertions(+) rename _typos.toml => .typos.toml (50%) diff --git a/_typos.toml b/.typos.toml similarity index 50% rename from _typos.toml rename to .typos.toml index 0d81f24f..9c0d8c8b 100644 --- a/_typos.toml +++ b/.typos.toml @@ -1,3 +1,6 @@ [default.extend-words] MOR = "MOR" dum = "dum" + +[files] +extend-exclude = ["tutorials/*.pvsm"]