Skip to content

Commit

Permalink
fix: trying to run test checks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xisk committed Mar 19, 2024
1 parent 09ffa15 commit 8eeae50
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ jobs:
- name: Install Rust toolchain 1.74 (with clippy and rustfmt)
run: rustup toolchain install nightly-2023-12-21 && rustup component add clippy --toolchain nightly-2023-12-21 && rustup component add rustfmt --toolchain nightly-2023-12-21

- uses: pre-commit/[email protected]
- name: Run pre-commit hooks
uses: pre-commit/[email protected]
with:
extra_args: --all-files

- name: Run pre-push hooks
uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage pre-push

0 comments on commit 8eeae50

Please sign in to comment.