.gitea/workflows/test.yml hinzugefügt
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2025-12-20 16:59:26 +01:00
commit b05df110ab

View File

@@ -0,0 +1,9 @@
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Hallo von Gitea Runner"