From 68fd98ae04de7183ddf2a42733c348b5e7afa583 Mon Sep 17 00:00:00 2001 From: Stefan Bratanov Date: Fri, 27 Sep 2024 11:48:19 +0100 Subject: [PATCH] try a fix --- .github/workflows/codespell.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index f7f190b1513..6b69340f099 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,16 +13,15 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout the repository - uses: actions/checkout@v4 - - - name: Set up Python and create a virtual environment + - name: Create a virtual environment and install prerequisites run: | python3 -m venv venv source venv/bin/activate pip install codespell + - name: Checkout the repository + uses: actions/checkout@v4 + - name: Spell check run: | - cd teku codespell --config=./.codespell/.codespellrc \ No newline at end of file