From 684f24a82e8fae73b47c4f455027c519a93b7e2d Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 20 Apr 2026 01:08:43 +0200 Subject: [PATCH] docs: explain just check and pre-push hook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b69de..feac404 100644 --- a/README.md +++ b/README.md @@ -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