Compare commits

..

1 commit

Author SHA1 Message Date
79f8448b20 Forgejo Action: Run just check.
Some checks failed
CI / check-backend (pull_request) Failing after 47s
CI / check-frontend (pull_request) Failing after 13s
2025-09-26 22:21:02 -07:00

View file

@ -14,11 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: https::/codeberg.org/wackbyte/rust-toolchain@trunk
with:
toolchain: stable
components: rustfmt, clippy
- name: "Check Format"
run: cargo fmt --check
working-directory: backend