diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..fd67382 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,5 @@ +pipeline: + master: + image: alpine + commands: + - echo "CI Works :D"