Skip to content

Commit

Permalink
Fix the pre-commit workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konecny <[email protected]>
  • Loading branch information
Zlopez committed Feb 15, 2024
1 parent 6e46736 commit c529474
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/[email protected]
- uses: snok/install-poetry@v1
- uses: pre-commit/[email protected]
- name: Run pre-commit
run: |
tox -e pre-commit

0 comments on commit c529474

Please sign in to comment.