Files
runner/.gitea/workflows/test.yml
andre b05df110ab
Some checks failed
CI / test (push) Has been cancelled
.gitea/workflows/test.yml hinzugefügt
2025-12-20 16:59:26 +01:00

9 lines
116 B
YAML

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Hallo von Gitea Runner"