Trying to get last step to pass
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jens True 2023-06-01 09:51:24 +00:00
parent 5369de6377
commit c59de96874

@ -15,7 +15,8 @@ pipeline:
tools:
image: php
commands:
- "./vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode || exit 0"
- "./vendor/bin/phpstan analyze --level=7 src/ backup || exit 0"
- "./vendor/bin/psalm || exit 0"
- "./vendor/bin/phpcs src || exit 0"
- "./vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode"
- "./vendor/bin/phpstan analyze --level=7 src/ backup"
- "./vendor/bin/psalm"
- "./vendor/bin/phpcs src"
- "exit 0"