php-codesniffer/.woodpecker/code-style.yml

7 lines
155 B
YAML
Raw Normal View History

2022-05-01 00:24:35 +02:00
pipeline:
code-style:
image: thecodingmachine/php:7.4-v4-cli
commands:
- composer install
- vendor/bin/phpcs --standard=DigiComp src