Skip to content

Commit

Permalink
Add check with codespell to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jul 18, 2023
1 parent 024a8ed commit 65c212a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install pytest flake8 modelcif
pip install pytest flake8 modelcif codespell
- name: Test
run: |
py.test .
flake8 .
codespell --skip="*.cif,*.pdb"

0 comments on commit 65c212a

Please sign in to comment.