Test CI Woodpecker

This commit is contained in:
Matthieu
2025-11-21 17:37:10 +01:00
parent 1d3d606bd6
commit 82fa6589f2

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