Change lint check to report fails correctly
parent
df9d25a5b3
commit
acec5b0b33
|
@ -37,4 +37,4 @@ jobs:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Run a php lint across all PHP files.
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue