ci: rustup install rustfmt and clippy
This commit is contained in:
parent
7a56f08154
commit
ced103b519
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -54,6 +54,7 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
profile: minimal
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Check Rust code formatting
|
||||
run: cargo fmt -- --check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue