GitLab CI
February 19, 2023 ยท View on GitHub
code-quality:lint-php:
image: overtrue/phplint:latest
variables:
INPUT_PATH: "./"
INPUT_OPTIONS: "-c .phplint.yml"
script: echo '' #prevents ci yml parse error
February 19, 2023 ยท View on GitHub
code-quality:lint-php:
image: overtrue/phplint:latest
variables:
INPUT_PATH: "./"
INPUT_OPTIONS: "-c .phplint.yml"
script: echo '' #prevents ci yml parse error