teste-ci/.woodpecker.yml
lfgranja 34b8789cb7
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Adicionar .woodpecker.yml
2026-05-31 01:31:19 +00:00

7 lines
157 B
YAML

steps:
test-build:
image: alpine
commands:
- echo "Starting CI pipeline test on Woodpecker CI!"
- ls -la
- echo "CI functional."