Skip to content

Commit

Permalink
💚 chore: Update-CI-yml-file
Browse files Browse the repository at this point in the history
- Add command for run pre-commit hooks
  • Loading branch information
ARYAN-NIKNEZHAD committed Aug 18, 2024
1 parent 4119634 commit 0648569
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: coverage xml
- name: Run Tox tests
run: tox
- name: Run pre-commmit hooks
run: tox -e pre-commit
- name: Upload coverage to Codecov
run: codecov
env:
Expand Down

0 comments on commit 0648569

Please sign in to comment.