From 9eebc01041e6bcbe41e9dda4e860b794694d1a2f Mon Sep 17 00:00:00 2001 From: Asartea <76259120+Asartea@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:25:30 +0200 Subject: [PATCH] Codespell: Drop only warn option --- .github/workflows/{testing.yml => codespell.yml} | 1 - 1 file changed, 1 deletion(-) rename .github/workflows/{testing.yml => codespell.yml} (94%) diff --git a/.github/workflows/testing.yml b/.github/workflows/codespell.yml similarity index 94% rename from .github/workflows/testing.yml rename to .github/workflows/codespell.yml index b3fc0b46c42..9289a3e13c3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/codespell.yml @@ -14,5 +14,4 @@ jobs: check_filenames: true check_hidden: true skip: ./.git,*.png,*.csv,./archive,./legacy_submissions - only_warn: 1 ignore_words_file: './.codespellignore'