Compare commits
1 commit
09a59e3647
...
112e563721
| Author | SHA1 | Date | |
|---|---|---|---|
| 112e563721 |
4 changed files with 1 additions and 4319 deletions
|
|
@ -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
1
.gitignore
vendored
|
|
@ -1,2 +1 @@
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
target/
|
|
||||||
|
|
|
||||||
4315
Cargo.lock
generated
4315
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,3 +0,0 @@
|
||||||
[workspace]
|
|
||||||
resolver = "3"
|
|
||||||
members = ["backend"]
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue