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 c2ef426 commit a82bbebCopy full SHA for a82bbeb
.github/workflows/format.yml
@@ -27,6 +27,9 @@ jobs:
27
- uses: actions/checkout@v4
28
- uses: dtolnay/rust-toolchain@stable
29
- uses: Swatinem/rust-cache@v2
30
+ - name: Install clippy
31
+ shell: bash
32
+ run: rustup component add clippy
33
- name: Run clippy check
34
id: cargoClippy
35
shell: bash
@@ -40,6 +43,9 @@ jobs:
40
43
41
44
with:
42
45
cache-directories: decoder
46
47
48
49
- name: Run clippy check - decoder
50
id: cargoClippyDecoder
51
0 commit comments