Skip to content

Commit

Permalink
add pre-commit to actions ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwwarren committed Apr 18, 2024
1 parent 0081a66 commit d6286e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
- name: Run pre-commit checks
uses: pre-commit/action@v3.0.1

- name: Test with pytest
run: |
pytest
Expand Down

0 comments on commit d6286e6

Please sign in to comment.