From 427c33cf7d89d6982e65fae4d0eecd133082fe34 Mon Sep 17 00:00:00 2001 From: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> Date: Sun, 23 Oct 2022 11:35:58 -0400 Subject: [PATCH] CI: Re-enable CodeSpell --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8c375566d92c..dfc16463a19ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,6 @@ jobs: ignore_words_file: config/.codespell-whitelist path: ${{ steps.changed-files.outputs.all_changed_files }} skip: .git,Gemfile.lock,**/*.png,**/*.gif,**/*.jpg,**/*.svg,.codespell-whitelist,vendor,_site,_config.yml,style.css - only_warn: 1 eipw-validator: name: EIP Walidator