WIP: implement gitea actions #6

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

View File

@ -9,8 +9,8 @@ jobs:
- name: "install python 3.11" - name: "install python 3.11"
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.11" python-version: "3.10"
- name: "install pip" - name: "install pipenv"
run: |- run: |-
apt update -y && apt install pipenv -y apt update -y && apt install pipenv -y
- name: "checkout" - name: "checkout"