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

pull/3/head
Nicolas Roman 4 years ago
parent f9e6af025c
commit 7a5d789357

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

Loading…
Cancel
Save