Skip to content

Commit 6e1dc24

Browse files
committed
Fix
1 parent 4aae840 commit 6e1dc24

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci-pre-commit.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ jobs:
2323
- name: Install pre-commit
2424
run: pip install pre-commit
2525

26+
- uses: actions-rs/toolchain@v1
27+
with:
28+
profile: minimal
29+
toolchain: 1.85.1
30+
components: clippy
31+
- uses: actions-rs/toolchain@v1
32+
with:
33+
profile: minimal
34+
toolchain: nightly-2024-12-03
35+
components: rustfmt
36+
2637
- name: Run pre-commit on PR diff
2738
if: ${{ github.event_name == 'pull_request' }}
2839
run: |

0 commit comments

Comments
 (0)