Forgejo Actions for both backend and frontend. (#13)
All checks were successful
Check / Backend (push) Successful in 14m3s
Check / Frontend (push) Successful in 2m13s

Reviewed-on: #13
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
Drew 2025-09-27 08:46:02 +00:00 committed by Drew
parent 2880391c8c
commit b3dd711ea1
2 changed files with 84 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