Chore: Tweak CI

This commit is contained in:
Arbion Halili
2025-06-30 22:41:33 +01:00
parent 133ab70d67
commit b758df83cf
3 changed files with 14 additions and 13 deletions

View File

@@ -13,6 +13,9 @@ fmt:
lint:
uv run ruff check --fix master worker shared engines/*
lint-check:
uv run ruff check master worker shared engines/*
test:
uv run pytest master worker shared engines/*