WIP: implement gitea actions #6

Draft
tea wants to merge 13 commits from actions into main
Showing only changes of commit 49e3100166 - Show all commits

View File

@ -6,5 +6,5 @@ jobs:
Assemble-Zip:
runs-on: ubuntu-latest
steps:
- name: "prepare pipenv"
run: "python3 -m pip install pipenv"
- name: "prepare pip"
run: "apt install pipenv"