some more fixes
Some checks failed
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled

This commit is contained in:
2025-06-26 19:55:38 +02:00
parent ea659e8711
commit 8819a151a9

View File

@ -9,8 +9,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: cp .cargo/def-config.toml .cargo/config.toml
- run: cargo check --target armv7a-none-eabihf
- run: cargo check --target armv7a-none-eabihf --examples
- run: cargo check --target armv7a-none-eabihf -p zynq7000
- run: cargo check --target armv7a-none-eabihf -p zynq7000-rt
fmt:
name: Check formatting
@ -18,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
components: rustfmt
- run: cargo fmt --all -- --check
docs:
@ -35,4 +36,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
components: clippy
- run: cargo clippy --target armv7a-none-eabihf -- -D warnings