Skip to content

Commit

Permalink
Update codespell GitHub workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Aug 15, 2024
1 parent 72ea806 commit f376f17
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
- name: Spell check
uses: codespell-project/actions-codespell@v2
with:
python-version: '3.10'

- name: Install codespell
run: |
python -m pip install --upgrade pip
pip install codespell
- name: Run codespell
run: |
codespell .
ignore_words_file: "ignore_words.txt"

0 comments on commit f376f17

Please sign in to comment.