php-codesniffer/.woodpecker/code-style.yml
Ferdinand Kuhl d7df0dd774
Some checks failed
ci/woodpecker/push/code-style Pipeline failed
ci/woodpecker/push/test Pipeline failed
Fixing ownership for thecodingmachine image
2022-05-01 00:30:40 +02:00

7 lines
200 B
YAML

pipeline:
code-style:
image: thecodingmachine/php:7.4-v4-cli
commands:
- "sudo -s chown -R docker:docker"
- "composer install"
- "vendor/bin/phpcs --standard=DigiComp src"