We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cc03c commit c87725aCopy full SHA for c87725a
.github/workflows/lint.yml
@@ -67,10 +67,9 @@ jobs:
67
with:
68
persist-credentials: false
69
70
- - name: Install stable Rust toolchain
+ - name: Install Rust toolchain with clippy
71
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
72
73
- toolchain: stable
74
components: clippy
75
76
- name: Run clippy
@@ -83,10 +82,8 @@ jobs:
83
82
84
85
86
+ - name: Install Rust toolchain
87
88
- with:
89
90
91
- name: Run cargo check
92
run: cargo check --all-targets --all-features
0 commit comments