ci: Fix `cargo fmt` step

pull/52/head
Anichitei Ionel-Cristinel 3 years ago committed by GitHub
parent b57bf183b1
commit 5ea879a9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save