Compare commits

..

1 commit

Author SHA1 Message Date
71d6d632db Add rust lint CI job.
Some checks failed
Check / Check Rust (pull_request) Failing after 0s
2025-12-14 00:38:13 -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 uses: https://codeberg.org/wackbyte/rust-toolchain@trunk
with: with:
toolchain: stable toolchain: stable
components: rustfmt, clippy, rust-src components: rustfmt, clippy
- name: Cache - name: Cache
uses: https://github.com/Swatinem/rust-cache@v2 uses: https://github.com/Swatinem/rust-cache@v2
with: with:

View file

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