WIP: implement gitea actions #6

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

View File

@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "prepare pip" - name: "prepare pip"
run: "apt update && apt install pipenv" run: "apt update -y && apt install pipenv -y"