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

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

View File

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