Add phpcs autobuild
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolas Roman 2019-06-04 15:38:29 +02:00
parent f9e6af025c
commit 7a5d789357
1 changed files with 11 additions and 0 deletions

View File

@ -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