docs: explain just check and pre-push hook

This commit is contained in:
2026-04-20 01:08:43 +02:00
parent 1cdf63f2a2
commit 684f24a82e

View File

@@ -140,7 +140,7 @@ Current automated tests are unit-focused and cover watchlist behavior, relation
./scripts/check.sh
```
There is currently no CI workflow in this repository, so validation is local.
There is no CI workflow, so validation is local. Use `just check` to run all checks (lint, test, typecheck, build) or `just install-hooks` to set up the pre-push hook that runs them automatically before each push.
## Security