diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..7734bf9 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,7 @@ +pipeline: + chequear: + image: registry.nulo.in/sutty/haini.sh:root + commands: + - make bundle hain="sh -c" + - make brakeman hain="sh -c" + - make rubocop hain="sh -c"