Skip to content

Commit

Permalink
Add pre-commit checks in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonmeso committed Apr 24, 2024
1 parent b1a9e52 commit 9182968
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Lint with ruff
run: |
poetry run ruff giza_actions
- name: Pre-commit check
run: |
poetry run pre-commit run --all-files
- name: Testing
run: |
poetry run pytest --cov=giza_actions --cov-report term-missing

0 comments on commit 9182968

Please sign in to comment.