Compare commits

..

1 commit

Author SHA1 Message Date
5c3d4ac7a9 Add rust lint CI job.
Some checks failed
Check / Check Rust (pull_request) Failing after 1s
2025-12-14 00:58:36 -08:00

View file

@ -25,8 +25,7 @@ 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
targets: x86_64-unknown-none components: rustfmt, clippy
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: