WIP: implement gitea actions #6

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

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
Assemble-Zip:
runs-on: ubuntu-latest
runs-on: python3.11
steps:
- name: "install pip"
run: |-
@ -12,5 +12,5 @@ jobs:
- name: "checkout"
uses: actions/checkout@v3
- name: "setup pipenv environment"
run: pipenv --python /usr/bin/python3 install
run: pipenv install
working-directory: ${{ gitea.workspace }}