Try out forgejo workflows
All checks were successful
/ test (push) Successful in 1m53s

This commit is contained in:
Correl Roush 2024-08-25 18:13:02 -04:00
parent 90590ef120
commit 7e101a0abb

View file

@ -0,0 +1,9 @@
on:
push:
branches:
- main
jobs:
test:
runs-on: docker
steps:
- run: echo "Oh hi there"