feat(Taskfile): add new 'check' task to run format, lint, and test commands

This commit is contained in:
2026-01-03 22:41:54 -06:00
parent 2357fdb83c
commit 571dba4715

View File

@@ -125,6 +125,13 @@ tasks:
desc: Run all tests with coverage reports
deps: [test-python-cov, test-frontend]
check:
desc: Run format, lint and test
cmds:
- task: format
- task: lint
- task: test
bench-backend:
desc: Run comprehensive backend benchmarks
cmds: