WIP
This commit is contained in:
15
justfile
Normal file
15
justfile
Normal file
@@ -0,0 +1,15 @@
|
||||
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" \
|
||||
Reference in New Issue
Block a user