Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 213 Bytes

gitlab-ci.md

File metadata and controls

10 lines (9 loc) · 213 Bytes

GitLab CI

code-quality:lint-php:
    image: overtrue/phplint:latest
    variables:
        INPUT_PATH: "./"
        INPUT_OPTIONS: "-c .phplint.yml"
    script: echo '' #prevents ci yml parse error