Add test Forgejo Actions workflow

This commit is contained in:
Mike Kell 2026-03-29 06:20:57 -04:00
parent 83b4b7973b
commit 95e0002e45
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
name: Test CI
on:
push:
branches:
- main
jobs:
test:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Echo Test
run: echo "Forgejo Actions is working"