Skip to content

Commit c87725a

Browse files
remove
1 parent 62cc03c commit c87725a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ jobs:
6767
with:
6868
persist-credentials: false
6969

70-
- name: Install stable Rust toolchain
70+
- name: Install Rust toolchain with clippy
7171
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
7272
with:
73-
toolchain: stable
7473
components: clippy
7574

7675
- name: Run clippy
@@ -83,10 +82,8 @@ jobs:
8382
with:
8483
persist-credentials: false
8584

86-
- name: Install stable Rust toolchain
85+
- name: Install Rust toolchain
8786
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
88-
with:
89-
toolchain: stable
9087

9188
- name: Run cargo check
9289
run: cargo check --all-targets --all-features

0 commit comments

Comments
 (0)