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