diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..8969ff6 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,9 @@ +pipeline: + build: + image: alpine + when: + branch: [ master ] + commands: | + apk add --no-cache shellcheck + + shellcheck kiss contrib/*