Compare commits

..

1 commit

Author SHA1 Message Date
79d9c80f87 Forgejo Action: Run npm and cargo commands in the CI.
Some checks failed
Check / Frontend (pull_request) Has been cancelled
Check / Backend (pull_request) Has been cancelled
2025-09-26 23:33:42 -07:00

View file

@ -20,8 +20,6 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy
- name: Cache
uses: https://github.com/Swatinem/rust-cache@v2
- name: "Check Format"
run: cargo fmt --check
working-directory: backend