From 640dca32ad30f36cd1ac706f89af1b2a13f628cd Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Fri, 7 Apr 2023 10:38:04 +0200 Subject: [PATCH] Advertise my favorite command that ensured pipelines passing so far --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 920fc63..a34a8e5 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ pylint src/ # run type checker mypy src/ + +# or use the bundle script that runs all tests +./scripts/run_tests.sh ``` ## package and release