Add initial test Forgejo workflow
All checks were successful
/ test (push) Successful in 0s

This commit is contained in:
Eli Ribble 2026-05-14 15:37:16 +00:00
parent 5b65a3d4ef
commit 160e04f307
No known key found for this signature in database

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: native
steps:
- run: echo All good!