Compare commits

..

1 commit

Author SHA1 Message Date
a8d97ce0b3 Add rust lint CI job.
Some checks failed
Check / Check Rust (pull_request) Failing after 21s
2025-12-14 00:53:28 -08:00

View file

@ -36,6 +36,10 @@ jobs:
- name: "Check Format"
run: cargo fmt --check
working-directory: rust
- name: "Build"
run: |
cargo build --locked
working-directory: rust
- name: "Lint"
run: |
rustup component add clippy