Compare commits

..

1 commit

Author SHA1 Message Date
c6b1893bb0 Add rust lint CI job.
Some checks failed
Check / Check Rust (pull_request) Failing after 2s
2025-12-14 00:40:06 -08:00

View file

@ -24,7 +24,7 @@ jobs:
- name: Install Rust
uses: https://codeberg.org/wackbyte/rust-toolchain@trunk
with:
toolchain: nightly-2025-10-02
toolchain: stable
components: rustfmt, clippy, rust-src
- name: Cache
uses: https://github.com/Swatinem/rust-cache@v2