Compare commits

..

1 commit

Author SHA1 Message Date
0ca8da1891 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:39:10 -07:00

View file

@ -20,7 +20,6 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy
- run: cd backend
- name: Cache
uses: https://github.com/Swatinem/rust-cache@v2
- name: "Check Format"