Woodpecker pipelines (#1)
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful

Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
Reviewed-on: #1
This commit is contained in:
2023-07-20 18:58:32 +00:00
parent f873e5ca3d
commit 45226e18ce
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
pipeline:
echo:
image: alpine
commands:
- echo "All required checks complete"
depends_on:
- build
skip_clone: true