Compare commits

..

1 commit

Author SHA1 Message Date
000c9403d5 Add rust lint CI job.
All checks were successful
Check / Check Rust (pull_request) Successful in 22s
2025-12-14 00:57:01 -08:00

View file

@ -25,7 +25,8 @@ jobs:
uses: https://codeberg.org/wackbyte/rust-toolchain@trunk uses: https://codeberg.org/wackbyte/rust-toolchain@trunk
with: with:
toolchain: nightly-2025-10-02 toolchain: nightly-2025-10-02
components: rustfmt, clippy targets: x86_64-unknown-none
components: rustfmt, clippy, rust-src
- name: Cache - name: Cache
uses: https://github.com/Swatinem/rust-cache@v2 uses: https://github.com/Swatinem/rust-cache@v2
with: with: