Skip to content

Commit

Permalink
Install pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mgax committed Apr 4, 2024
1 parent 1c3b358 commit 6a48827
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
uses: actions/checkout@v3

- name: pre-commit
run: pre-commit run --all-files
run: |
set -x
pip install pre-commit
pre-commit run --all-files
- name: Docker build app-test
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 6a48827

Please sign in to comment.