ci: rustup install rustfmt and clippy

This commit is contained in:
Andrew Hlynskyi 2023-01-15 04:07:29 +02:00
parent 7a56f08154
commit ced103b519

View file

@ -54,6 +54,7 @@ jobs:
with:
toolchain: stable
profile: minimal
components: rustfmt, clippy
- name: Check Rust code formatting
run: cargo fmt -- --check