Adicionar .woodpecker.yml
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Luís Felipe Mesquita Granja 2026-05-31 01:31:19 +00:00
parent fbac757f7a
commit 34b8789cb7

7
.woodpecker.yml Normal file
View file

@ -0,0 +1,7 @@
steps:
test-build:
image: alpine
commands:
- echo "Starting CI pipeline test on Woodpecker CI!"
- ls -la
- echo "CI functional."