Skip to content

Commit

Permalink
Install pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wawrzek committed Oct 8, 2024
1 parent a1611a4 commit 632ec6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
protobuf-compiler
pkg-config
libssl-dev
- name: Install precommit
run: |
python -m pip install pre-commit
- name: Install hooks
run: |
pre-commit install --install-hooks
Expand Down

0 comments on commit 632ec6e

Please sign in to comment.