try again
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
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
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
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -53,6 +53,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: extractions/setup-just@v3
|
- uses: extractions/setup-just@v3
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
|
with:
|
||||||
|
components: rust-src
|
||||||
- run: just docs-zynq
|
- run: just docs-zynq
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
|
|||||||
2
justfile
2
justfile
@@ -19,7 +19,7 @@ clean target:
|
|||||||
cd {{target}} && cargo clean
|
cd {{target}} && cargo clean
|
||||||
|
|
||||||
fmt target:
|
fmt target:
|
||||||
cd {{target}} && cargo fmt --all -- --check
|
cd {{target}} && cargo +stable fmt --all -- --check
|
||||||
|
|
||||||
clippy target:
|
clippy target:
|
||||||
cd {{target}} && cargo clippy -- -D warnings
|
cd {{target}} && cargo clippy -- -D warnings
|
||||||
|
|||||||
Reference in New Issue
Block a user