Add initial Forgejo Actions workflow for testing

This commit is contained in:
Edgar P. Burkhart 2025-02-09 18:20:23 +01:00
parent 9a27d2f47a
commit f7990d484d
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good