add sg3-utils to dockerfile
Continuous Integration / backend-tests (push) Successful in 10m14s
Continuous Integration / frontend-check (push) Successful in 10m5s

This commit is contained in:
2026-04-27 17:10:38 -04:00
parent 9f27428b7e
commit 8c580833bc
4 changed files with 25 additions and 17 deletions
+5
View File
@@ -34,6 +34,11 @@ lint:
@echo "Type checking Svelte..."
cd frontend && npm run check
# Run all backend tests
test:
@echo "Running backend tests..."
cd backend && uv run pytest
# Auto-format all code (Ruff Format)
format:
@echo "Formatting Python (Ruff)..."