Analyze on every build.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -12,11 +12,8 @@ pipeline:
|
||||
commands:
|
||||
- composer install
|
||||
- ./vendor/bin/phpunit tests
|
||||
# tools:
|
||||
# image: php
|
||||
# commands:
|
||||
# - "./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"
|
||||
tools:
|
||||
image: php
|
||||
commands:
|
||||
- make analyze
|
||||
#
|
Reference in New Issue
Block a user