feat: gitea actions test
CI / build (push) Successful in 27s

This commit is contained in:
2026-04-09 09:44:47 +00:00
commit c14d67229c
+9
View File
@@ -0,0 +1,9 @@
name: CI
on: [push]
jobs:
build:
runs-on: host-runner
steps:
- uses: actions/checkout@v4
- run: echo "works on $(uname -a)"