ugh-testing/.woodpecker.yml
Frederik Ring fb8349b526
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
add ci config
2023-09-02 18:02:04 +02:00

11 lines
176 B
YAML

# .woodpecker.yml
steps:
build:
image: alpine
commands:
- echo "This is the build step"
a-test-step:
image: alpine
commands:
- echo "Testing.."