Woodpecker pipelines

This commit is contained in:
Smaug123
2023-07-20 18:12:07 +01:00
parent f873e5ca3d
commit 9e910a651e
4 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
pipeline:
nix:
image: alpine
commands:
- echo "All required checks complete"
depends_on:
- run
- build
- ci-specific