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'