Add .forgejo/workflows/ci.yaml
All checks were successful
CI / build (push) Successful in 37s

This commit is contained in:
forge 2026-04-06 21:45:41 +00:00
parent 45b660c2da
commit 7d65c01882

View file

@ -0,0 +1,7 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- run: echo "trigger"