feat: add forgejo workflow
Some checks failed
/ test (push) Failing after 10s

This commit is contained in:
ptrcnull 2024-02-18 23:05:28 +01:00
parent 745e465034
commit 8c8f2f55ef

View file

@ -0,0 +1,7 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v3
- run: go build