From 29bb9a70bdd5b4b1a1fda4c547bfa9b00f07e2c2 Mon Sep 17 00:00:00 2001 From: Stefan Bratanov Date: Fri, 27 Sep 2024 11:49:40 +0100 Subject: [PATCH] try a fix --- .github/workflows/codespell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 6b69340f099..ce5129a8b79 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -24,4 +24,5 @@ jobs: - name: Spell check run: | + source venv/bin/activate codespell --config=./.codespell/.codespellrc \ No newline at end of file