From 8044d7d2a97b72b6698eb494a89372a81e86a6f7 Mon Sep 17 00:00:00 2001 From: Konstantin Kotenko <36271666+kkotenko@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:28:07 +0200 Subject: [PATCH] enforce codespell checks in github actions (#681) --- .github/workflows/code-spell.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/code-spell.yml b/.github/workflows/code-spell.yml index a24ea68d..21f7a677 100644 --- a/.github/workflows/code-spell.yml +++ b/.github/workflows/code-spell.yml @@ -12,5 +12,3 @@ jobs: uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@master - with: - only_warn: 1