mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-18 05:28:09 +00:00
ci: Fix cargo fmt
step
This commit is contained in:
parent
b57bf183b1
commit
5ea879a9a0
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -29,4 +29,8 @@ jobs:
|
||||
- name: Run clippy
|
||||
run: cargo clippy --manifest-path rsbddisasm/Cargo.toml
|
||||
- name: Run format checks
|
||||
run: cargo fmt -- --check --manifest-path rsbddisasm/Cargo.toml
|
||||
run: |
|
||||
cd rsbddisasm
|
||||
cargo fmt -- --check
|
||||
cd ..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user