Rclone install
Some checks failed
ci/woodpecker/push/docker Pipeline failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2025-04-01 12:20:31 +00:00
parent 2ce5dd856d
commit f79df4a977
2 changed files with 3 additions and 2 deletions

View File

@ -43,7 +43,7 @@
"@analyze-psalm",
"@analyze-phpcs"
],
"analyze-yaml": "vendor/bin/yaml-lint *.yml .*.yml *.json",
"analyze-yaml": "vendor/bin/yaml-lint *.yml *.yaml *.json",
"analyze-phpmd": "phpmd src,tests text cleancode,codesize,controversial,design,naming,unusedcode",
"analyze-phpstan":"phpstan",
"analyze-psalm": "psalm --no-cache",