support local build with nektos/act

This commit is contained in:
sebthom
2023-09-17 17:10:07 +02:00
parent b918bec547
commit d4073fbcb3
4 changed files with 35 additions and 13 deletions

10
.actrc Normal file
View File

@@ -0,0 +1,10 @@
# config file for https://github.com/nektos/act
# https://github.com/nektos/act#skipping-jobs
-e .act-event.json
-W .github/workflows/build.yml
-j build
--matrix os:ubuntu-latest
--matrix PYTHON_VERSION:3.11