Add test workflow
All checks were successful
Test CI / test (push) Successful in 33s

This commit is contained in:
Lorentz 2026-02-15 22:15:14 +00:00
parent 91f4ba3dbf
commit 36c157893e

View file

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