From 0c09834a08711d1c9efd0a9f756bd2fa9c37106e Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 8 Apr 2021 22:59:47 -0700 Subject: [PATCH] Bring workflow into compliance with the JSON schema --- .github/workflows/spell-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 8f7b71ad..3cf53c77 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -25,7 +25,7 @@ jobs: uses: codespell-project/actions-codespell@master with: # In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here: - ignore_words_list: + ignore_words_list: "" builtin: clear,informal,en-GB_to_en-US check_filenames: true check_hidden: true