Add CI pipeline

This commit is contained in:
2026-01-18 16:39:10 +02:00
commit a40f1a1e6a

8
.woodpecker.yml Normal file
View File

@@ -0,0 +1,8 @@
steps:
- name: test
image: alpine
commands:
- echo "Hello from Woodpecker CI!"
- echo "Repository: infrastructure"
- date
- uname -a