Compare commits

...

1 commit

Author SHA1 Message Date
ptrcnull 8c8f2f55ef feat: add forgejo workflow
Some checks failed
/ test (push) Failing after 10s
2024-02-18 23:05:28 +01:00

View file

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