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
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
uses: https://codeberg.org/wackbyte/rust-toolchain@trunk
with:
toolchain: stable
components: rustfmt, clippy
components: rustfmt, clippy, rust-src
- name: Cache
uses: https://github.com/Swatinem/rust-cache@v2
with:

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2025-10-02"
components = ["rustfmt", "rust-analyzer"]
components = ["rustfmt", "rust-analyzer", "clippy", "rust-src"]