WIP: implement gitea actions #6

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

View File

@ -12,5 +12,5 @@ jobs:
- name: "checkout" - name: "checkout"
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: "setup pipenv environment" - name: "setup pipenv environment"
run: pipenv install run: pipenv --python /usr/bin/python3 install
working-directory: ${{ gitea.workspace }} working-directory: ${{ gitea.workspace }}