php-codesniffer/.woodpecker/code-style.yml
Ferdinand Kuhl 51ef90ecac
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Fixing ownership for thecodingmachine image
2022-05-01 00:31:25 +02:00

7 lines
202 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"