Lint all yaml files.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jens True 2023-06-15 14:13:04 +00:00
parent f41571cfd2
commit fb2f37a189

@ -1,7 +1,7 @@
analyze: analyze-yaml analyze-phpmd analyze-phpstan analyze-psalm analyze-phpcs
analyze-yaml:
vendor/bin/yaml-lint config.yml
vendor/bin/yaml-lint *.yml
analyze-phpmd:
vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
analyze-phpstan: