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