summaryrefslogtreecommitdiff
path: root/utils/gitlab-ci/php-lint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gitlab-ci/php-lint.sh')
-rw-r--r--utils/gitlab-ci/php-lint.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/gitlab-ci/php-lint.sh b/utils/gitlab-ci/php-lint.sh
new file mode 100644
index 000000000..172abd873
--- /dev/null
+++ b/utils/gitlab-ci/php-lint.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+
+exec find . -name "*.php" -not -path "*/lib/*" -print0 | xargs -0 -n1 php -l