Files
release/justfile
David Übler 9b3653c15d
All checks were successful
run tests / check (push) Successful in 15s
run tests / release (push) Successful in 13s
WIP
2025-12-05 21:22:56 +01:00

16 lines
347 B
Makefile

test: test-python test-workflows
test-python:
python3 src/test.py
flake8
isort . --check
test-workflows:
act_runner exec \
--image "-self-hosted" \
--event pull_request \
--workflows ./.gitea/workflows/check.yaml \
--job test-actions
# --image "europe-docker.pkg.dev/puzzle-and-play/docker/action-runner-job:latest" \