DigiComp.Sequence/.woodpecker/code-style.yml
Ferdinand Kuhl 55898c3f8f
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Do not check Resources/Private (not exists)
2022-04-30 21:51:03 +02:00

7 lines
363 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/