You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Test_Woodpecker/.woodpecker.yml

10 lines
125 B

pipeline:
build:
3 years ago
image: rust
commands:
3 years ago
- echo "LOL"
3 years ago
3 years ago
test:
3 years ago
image: rust
3 years ago
commands:
- echo "LAL"