From fac1e0ba11f806fbc2f2ce44ac77f05c16eba900 Mon Sep 17 00:00:00 2001 From: Benedict Geihe Date: Mon, 15 Apr 2024 08:21:37 +0200 Subject: [PATCH 1/7] add typos ignore file https://github.com/crate-ci/typos/issues/745#issuecomment-1884591285 --- .github/typos.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/typos.toml diff --git a/.github/typos.toml b/.github/typos.toml new file mode 100644 index 00000000..7c0070d9 --- /dev/null +++ b/.github/typos.toml @@ -0,0 +1,4 @@ +[default] +extend-ignore-identifiers-re = [ + "PNGs" # https://github.com/crate-ci/typos/issues/967 +] From cb9aea9a2ab1a42cb6527e96e9423e57f87663a8 Mon Sep 17 00:00:00 2001 From: Benedict Geihe Date: Mon, 15 Apr 2024 08:32:25 +0200 Subject: [PATCH 2/7] move config file --- .github/workflows/SpellCheck.yml | 2 ++ .github/workflows/typos.toml | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .github/workflows/typos.toml diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index e8f2271f..68698d66 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.19.0 + with: + config: ./typos.toml diff --git a/.github/workflows/typos.toml b/.github/workflows/typos.toml new file mode 100644 index 00000000..7c0070d9 --- /dev/null +++ b/.github/workflows/typos.toml @@ -0,0 +1,4 @@ +[default] +extend-ignore-identifiers-re = [ + "PNGs" # https://github.com/crate-ci/typos/issues/967 +] From 2219df14bea56c81ef41707c313527195d4c34c7 Mon Sep 17 00:00:00 2001 From: Benedict Geihe Date: Mon, 15 Apr 2024 08:35:22 +0200 Subject: [PATCH 3/7] delete file --- .github/typos.toml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .github/typos.toml diff --git a/.github/typos.toml b/.github/typos.toml deleted file mode 100644 index 7c0070d9..00000000 --- a/.github/typos.toml +++ /dev/null @@ -1,4 +0,0 @@ -[default] -extend-ignore-identifiers-re = [ - "PNGs" # https://github.com/crate-ci/typos/issues/967 -] From 8ad475a534d8ef0276e137e5c916a32ae0e66ff7 Mon Sep 17 00:00:00 2001 From: Benedict Geihe Date: Mon, 15 Apr 2024 08:37:51 +0200 Subject: [PATCH 4/7] file path relative to / --- .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 920416f5..d68f36d9 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -12,4 +12,4 @@ jobs: - name: Check spelling uses: crate-ci/typos@v1.20.4 with: - config: ./typos.toml + config: ./.github/workflows/typos.toml From 24bc27bdc84ecbcaabfd3201ede9db9555af542a Mon Sep 17 00:00:00 2001 From: Benedict Geihe Date: Mon, 15 Apr 2024 10:44:53 +0200 Subject: [PATCH 5/7] move to / --- .github/workflows/SpellCheck.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index d68f36d9..0e051c18 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -11,5 +11,3 @@ jobs: uses: actions/checkout@v4 - name: Check spelling uses: crate-ci/typos@v1.20.4 - with: - config: ./.github/workflows/typos.toml From 981fb4146e0d7a3e0938aba3a7638295ab1283eb Mon Sep 17 00:00:00 2001 From: Benedict Geihe Date: Mon, 15 Apr 2024 10:48:06 +0200 Subject: [PATCH 6/7] move file --- .github/workflows/typos.toml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .github/workflows/typos.toml diff --git a/.github/workflows/typos.toml b/.github/workflows/typos.toml deleted file mode 100644 index 7c0070d9..00000000 --- a/.github/workflows/typos.toml +++ /dev/null @@ -1,4 +0,0 @@ -[default] -extend-ignore-identifiers-re = [ - "PNGs" # https://github.com/crate-ci/typos/issues/967 -] From 27cd08f384d98485be1af2bc7fb8b22e91a3e868 Mon Sep 17 00:00:00 2001 From: Benedict Geihe Date: Mon, 15 Apr 2024 10:48:52 +0200 Subject: [PATCH 7/7] moved?! --- .typos.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 00000000..7c0070d9 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,4 @@ +[default] +extend-ignore-identifiers-re = [ + "PNGs" # https://github.com/crate-ci/typos/issues/967 +]