Add .forgejo/workflows/ci.yml
All checks were successful
/ hello (push) Successful in 2s

This commit is contained in:
Mike Wink 2026-07-28 16:56:00 +02:00
commit a12a8d097c

View file

@ -0,0 +1,8 @@
# .forgejo/workflows/ci.yml
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "runner works"