Add .forgejo/workflows/test.yml
All checks were successful
test / test-job (push) Successful in 14s

This commit is contained in:
creations 2025-04-10 11:33:28 +02:00
commit c1295d7c71

View file

@ -0,0 +1,8 @@
name: test
on: push
jobs:
test-job:
runs-on: docker
steps:
- run: echo "🎉 Forgejo Runner is working!"