From 46b3b25631823fe5989312cf15d21b1210dbb510 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sat, 3 Jan 2026 22:42:00 -0600 Subject: [PATCH] docs(README): add 'check' task to automation section for format, lint, and test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b57c3d5..2b9dce5 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ We use [Task](https://taskfile.dev/) for automation. | `task install` | Install all dependencies | | `task run` | Run the application | | `task dev` | Run the application in development mode | +| `task check` | Run format, lint and test | | `task lint` | Run all linters (Python & Frontend) | | `task lint-python` | Lint Python code only | | `task lint-frontend` | Lint frontend code only |