From f8c8d45fde9e3e54832e83403040b7a3a8e97a6a Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 30 Nov 2021 15:02:13 +0000 Subject: [PATCH] =?UTF-8?q?Agregar=20CI=20de=20auditor=C3=ADa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .woodpecker.yml 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"