tescik komit 3
CI / test (push) Successful in 3s

This commit is contained in:
2026-07-21 21:07:16 +02:00
parent fabd3c3892
commit fc2869a418
+10
View File
@@ -0,0 +1,10 @@
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Say hello
run: echo "Hello from Gitea Actions!"