Files
2025-12-22 14:34:25 +08:00

11 lines
128 B
YAML

language: php
php:
- 7.3
before_install:
- composer update -n
script:
- ./vendor/bin/phpcs -v --standard=PSR12 bin src