Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Apr 25, 2024
1 parent 1c8af59 commit 5f0b8e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v4
#//TEMP we need to check only modified files WRT main
- name: Install necessary packages
run: |
apt-get install pkg-config
- name: run pre-commit (all)
run: |
make venv
make install
make install-pip-packages
source .venv/bin/activate
make pre-commit-run-all

0 comments on commit 5f0b8e8

Please sign in to comment.