ci: add Woodpecker CI configuration file with basic test steps

This commit is contained in:
olekhondera
2026-02-18 21:37:25 +02:00
parent 2837b2fba8
commit f5009636a0

6
.woodpecker.yml Normal file
View File

@@ -0,0 +1,6 @@
steps:
- name: test
image: bash
commands:
- echo "Hello from Woodpecker CI!"
- echo "Build successful"