Skip to content

Commit 3dca70a

Browse files
eh?
1 parent d71d59a commit 3dca70a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
3131
with:
3232
toolchain: nightly
33-
components: rustfmt
33+
components: clippy,rustfmt
3434

3535
- name: Install uv
3636
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ repos:
4848
types:
4949
- rust
5050
language: rust
51-
entry: cargo +nightly check
51+
entry: cargo check
5252
pass_filenames: false

0 commit comments

Comments
 (0)