Skip to content

Commit

Permalink
try a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Sep 27, 2024
1 parent 2aa772d commit 68fd98a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 68fd98a

Please sign in to comment.