Change lint check to report fails correctly

pull/76/head
Andrew Nicols 2019-12-18 08:37:51 +08:00
parent df9d25a5b3
commit acec5b0b33
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ jobs:
script:
# Run a php lint across all PHP files.
- find . -name '*\.php' -exec php -l {} \;
- find . -type f -name '*\.php' -print0 | xargs -0 -n1 php -l