when: event: - push - pull_request steps: test: image: alpine commands: - echo "Woodpecker CI fonctionne parfaitement !" - uname -a - ls -la