Test CI Woodpecker

This commit is contained in:
Matthieu
2025-11-21 17:37:10 +01:00
parent 6cf2b566ce
commit 4bfa21d4b3

7
.woodpecker.yml Normal file
View File

@@ -0,0 +1,7 @@
pipeline:
test:
image: alpine:latest
commands:
- echo "CI OK — Woodpecker fonctionne !"
- uname -a
- ls -la