Forgejo Action: Run npm and cargo commands in the CI.
All checks were successful
CI / check-backend (pull_request) Successful in 12m45s
CI / check-frontend (pull_request) Successful in 2m14s

This commit is contained in:
Drew 2025-09-24 01:36:12 -07:00
parent 2880391c8c
commit e10f0d25c4
2 changed files with 67 additions and 1 deletions

View file

@ -23,7 +23,7 @@ fmt: fmt-backend fmt-frontend
fmt-check: fmt-check-backend fmt-check-frontend
lint: lint-backend lint-frontend
lint: lint-backend lint-frontend typecheck-frontend
check: fmt-check lint test