Skip to content

Commit f6d9891

Browse files
committed
Ensure rustfmt and clippy are available in CI
1 parent 928cf5a commit f6d9891

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@v7
40-
- uses: dtolnay/rust-toolchain@1.90.0
41-
with:
42-
components: llvm-tools
4340
- uses: taiki-e/install-action@nextest
4441
- uses: taiki-e/install-action@just
4542
- uses: taiki-e/install-action@grcov

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
channel = "1.90"
3-
components = ["llvm-tools"]
3+
components = ["clippy", "llvm-tools", "rustfmt"]

0 commit comments

Comments
 (0)