Merge pull request #19384 from nextcloud/enh/actions/lint
Lint on github actions
No related branches found
No related tags found
.github/workflows/lint.yml
0 → 100644
... | ... | @@ -16,5 +16,8 @@ |
"require-dev": { | ||
"jakub-onderka/php-parallel-lint": "^0.9.2", | ||
"jakub-onderka/php-console-highlighter": "^0.3.2" | ||
} | ||
}, | ||
"scripts": { | ||
"lint": "find . -name \\*.php -not -path './lib/composer/*' -exec php -l \"{}\" \\;" | ||
} | ||
} |
Please register or sign in to comment