php-codesniffer/.woodpecker/code-style.yml
Ferdinand Kuhl b10284a7cb
Some checks failed
ci/woodpecker/push/code-style Pipeline failed
ci/woodpecker/push/test Pipeline failed
Adding .woodpecker pipelines
2022-05-01 00:24:35 +02:00

6 lines
155 B
YAML

pipeline:
code-style:
image: thecodingmachine/php:7.4-v4-cli
commands:
- composer install
- vendor/bin/phpcs --standard=DigiComp src