Skip to content

Commit af1f86b

Browse files
authored
fix(ci): explicitly add rustfmt and clippy to rust toolchain (#400)
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
1 parent 65fedb9 commit af1f86b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
python-version: "${{ env.MIN_PYTHON_VERSION }}"
2727
- name: Set up rust toolchain
2828
uses: dtolnay/rust-toolchain@stable
29+
with:
30+
components: rustfmt, clippy
2931
- name: Set up rustfmt
3032
run: rustup component add rustfmt
3133

0 commit comments

Comments
 (0)