Skip to content

Commit

Permalink
Remove unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
wawrzek committed Oct 8, 2024
1 parent 632ec6e commit 9a56b44
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,18 @@ jobs:
- name: Refresh source list
run: |
sudo apt update
- name: Install dependencies
run: >
sudo apt install -y
protobuf-compiler
pkg-config
libssl-dev
# - name: Install dependencies
# run: >
# sudo apt install -y
# 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
- name: Prebuild tests
run: |
cargo build --tests
- name: Run Pre-Commit
run: >
pre-commit run
Expand Down

0 comments on commit 9a56b44

Please sign in to comment.