Skip to content

Commit a82bbeb

Browse files
author
Ariel Ben-Yehuda
committed
ci: add a step to install clippy
1 parent c2ef426 commit a82bbeb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/format.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: dtolnay/rust-toolchain@stable
2929
- uses: Swatinem/rust-cache@v2
30+
- name: Install clippy
31+
shell: bash
32+
run: rustup component add clippy
3033
- name: Run clippy check
3134
id: cargoClippy
3235
shell: bash
@@ -40,6 +43,9 @@ jobs:
4043
- uses: Swatinem/rust-cache@v2
4144
with:
4245
cache-directories: decoder
46+
- name: Install clippy
47+
shell: bash
48+
run: rustup component add clippy
4349
- name: Run clippy check - decoder
4450
id: cargoClippyDecoder
4551
shell: bash

0 commit comments

Comments
 (0)