WIP: implement gitea actions #6

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

View File

@ -12,7 +12,7 @@ jobs:
python-version: "3.11.7"
- name: "install pipenv"
run: |-
apt update -y && apt install pipenv -y
python -m pip install pipenv
- name: "checkout"
uses: actions/checkout@v3
- name: "setup pipenv environment"