build: add gitea runner
Some checks failed
Go Test / deploy (push) Failing after 7s
Go Test / test (push) Successful in 47s

This commit is contained in:
xuu 2023-09-29 13:13:09 -06:00
parent 4aef12badc
commit 069ce91a03

View File

@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: apt-get -y install ansible-core
- run: apt-get -y install ansible
- name: Set up Go
uses: actions/setup-go@v3