From 7a5d789357e9d2535d338d99abbba4184ba58015 Mon Sep 17 00:00:00 2001 From: Nicolas Roman Date: Tue, 4 Jun 2019 15:38:29 +0200 Subject: [PATCH] Add phpcs autobuild --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1cd5c83..d55aa00 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,3 +23,14 @@ steps: dockerfile: shellcheck/Dockerfile repo: evolix/shellcheck tags: latest + +- name: build phpcs + image: plugins/docker + settings: + username: + from_secret: docker_username + password: + from_secret: docker_password + dockerfile: phpcs/Dockerfile + repo: evolix/phpcs + tags: latest