Automated build for v0.01
This commit is contained in:
5
utils/gitlab-ci/php-lint.sh
Normal file
5
utils/gitlab-ci/php-lint.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
exec find . -name "*.php" -not -path "*/lib/*" -print0 | xargs -0 -n1 php -l
|
Reference in New Issue
Block a user