add local ci

This commit is contained in:
Jev
2026-04-22 20:54:57 +02:00
parent b69481867b
commit 1f5661724e
4 changed files with 33 additions and 0 deletions
+1
View File
@@ -21,4 +21,5 @@ source init.sh
uv run invoke lint
uv run invoke test
uv run invoke format
uv run invoke ci # lint + test in Docker
```