From f6f3c1cc929ce45f879d5ed8c8c566e49c2effe5 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Fri, 1 Nov 2024 17:44:20 +0100 Subject: [PATCH] do not warn, but error --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 3b969cd5..2d2f3615 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,4 +14,4 @@ jobs: - uses: codespell-project/actions-codespell@v2 with: ignore_words_list: Missings,coo,ue,fo,ans - only_warn: 1 + only_warn: 0