mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-03 11:50:55 +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
|
- name: Run clippy
|
||||||
run: cargo clippy --manifest-path rsbddisasm/Cargo.toml
|
run: cargo clippy --manifest-path rsbddisasm/Cargo.toml
|
||||||
- name: Run format checks
|
- 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