Compare commits

..

1 commit

Author SHA1 Message Date
112e563721 Forgejo Action: Run npm and cargo commands in the CI.
Some checks failed
Check / Backend (pull_request) Failing after 28s
Check / Frontend (pull_request) Successful in 1m56s
2025-09-27 01:15:42 -07:00
4 changed files with 1 additions and 4319 deletions

View file

@ -25,6 +25,7 @@ jobs:
with: with:
# Don't cache ~/.cargo/bin since we restore the cache after we install things there # Don't cache ~/.cargo/bin since we restore the cache after we install things there
cache-bin: "false" cache-bin: "false"
workspaces: "backend"
- name: "Check Format" - name: "Check Format"
run: cargo fmt --check run: cargo fmt --check
- name: "Build" - name: "Build"

1
.gitignore vendored
View file

@ -1,2 +1 @@
.claude/settings.local.json .claude/settings.local.json
target/

4315
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,3 +0,0 @@
[workspace]
resolver = "3"
members = ["backend"]