test: add test forgejo workflow
All checks were successful
test / hello (push) Successful in 1s

This commit is contained in:
Adriano Caloiaro 2026-07-19 08:47:38 -06:00
parent 1d51227cdf
commit e6224f526d
No known key found for this signature in database

View file

@ -0,0 +1,8 @@
name: test
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "runner works"