Compare commits

..

1 commit

Author SHA1 Message Date
7f434524a4 Forgejo Action: Run npm and cargo commands in the CI.
All checks were successful
Check / Backend (pull_request) Successful in 4m24s
Check / Frontend (pull_request) Successful in 1m55s
2025-09-27 00:33:44 -07:00

View file

@ -22,9 +22,6 @@ jobs:
components: rustfmt, clippy
- name: Cache
uses: https://github.com/Swatinem/rust-cache@v2
with:
# Don't cache ~/.cargo/bin since we restore the cache after we install things there
cache-bin: "false"
- name: "Check Format"
run: cargo fmt --check
- name: "Build"