DigiComp.Sequence/.woodpecker/code-style.yml
Ferdinand Kuhl 8492f2f926
Some checks failed
ci/woodpecker/push/code-style Pipeline failed
ci/woodpecker/push/test Pipeline was successful
Adding testing and code-style pipelines
2022-04-30 21:45:57 +02:00

7 lines
382 B
YAML

pipeline:
code-style:
image: composer
commands:
- composer global config repositories.repo-name vcs https://git.digital-competence.de/Packages/php-codesniffer
- composer global require digicomp/php-codesniffer:@dev
- composer global exec -- phpcs --runtime-set ignore_warnings_on_exit 1 --standard=DigiComp Classes/ Migrations/ Tests/ Resources/Private/