Simplify fmt check in CI

This commit is contained in:
Guillaume Gomez 2024-05-02 15:21:30 +02:00
parent bd7c57b8cd
commit 7e369b314b

View File

@ -103,10 +103,7 @@ jobs:
./y.sh test --release --clean --build-sysroot ${{ matrix.commands }}
- name: Check formatting
run: |
cargo fmt -- --check
cd build_system
cargo fmt -- --check
run: ./y.sh fmt --check
- name: clippy
run: |