Skip to content

Commit

Permalink
Use pre-commit GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Sep 21, 2023
1 parent c6a6dbe commit 0ad1938
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
- name: Run pre-commit
run: |
pre-commit run --all-files --verbose --show-diff-on-failure
uses: pre-commit/[email protected]
with:
extra_args: --all-files --verbose --show-diff-on-failure
- name: Test with pytest
run: |
pytest -vv

0 comments on commit 0ad1938

Please sign in to comment.