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"
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: "install pip"
python-version: "3.10"
- name: "install pipenv"
run: |-
apt update -y && apt install pipenv -y
- name: "checkout"