Skip to content

Commit

Permalink
actual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Sep 27, 2024
1 parent 29bb9a7 commit d387ce2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 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: Create a virtual environment and install prerequisites
- name: Checkout the repository
uses: actions/checkout@v4

- name: Set up a Python venv 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: |
source venv/bin/activate
codespell --config=./.codespell/.codespellrc
codespell --config=./.codespell/.codespellrc --ignore-path=venv

0 comments on commit d387ce2

Please sign in to comment.