teste-ci/.woodpecker.yml
lfgranja 9091372f20
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Atualizar .woodpecker.yml
2026-05-31 02:16:53 +00:00

7 lines
168 B
YAML

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