Add a forgejo workflow
Some checks failed
/ build (push) Failing after 9s
/ test (push) Failing after 2s

This commit is contained in:
Aaron Fischer 2023-10-01 14:44:36 +02:00
parent 48ee3d2d5f
commit cc28f9ec68

View file

@ -0,0 +1,7 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: |
echo "hi"