Compare commits

..

1 commit

Author SHA1 Message Date
bb7a6e2f63 Forgejo Action: Run npm and cargo commands in the CI.
All checks were successful
Check / Backend (pull_request) Successful in 11m23s
Check / Frontend (pull_request) Successful in 1m59s
2025-09-27 00:06:03 -07:00

View file

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