Skip to content

Commit

Permalink
fix: add nightly install in the github precommit action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xisk committed Mar 19, 2024
1 parent 7a4c15f commit 19b9489
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:

- uses: actions/setup-python@v4

- name: Install Rust nightly
run: rustup toolchain install nightly --component rustfmt clippy

- uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files
Expand Down

0 comments on commit 19b9489

Please sign in to comment.