We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698f1a4 commit a30bdafCopy full SHA for a30bdaf
1 file changed
.github/workflows/build.yml
@@ -13,6 +13,8 @@ jobs:
13
uses: actions/checkout@v6
14
- name: Install Rust toolchain
15
uses: dtolnay/rust-toolchain@nightly
16
+ with:
17
+ components: clippy
18
- name: Build
19
run: cargo build
20
- name: Test
@@ -41,6 +43,8 @@ jobs:
41
43
42
44
45
46
47
48
49
50
0 commit comments