Add CI workflow

This commit is contained in:
root
2026-06-21 19:20:51 +02:00
parent 7ddfbcc3ce
commit 913fa94fb9
+12
View File
@@ -0,0 +1,12 @@
name: CI
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "CI on Falah OS Gitea!"