]> git.wh0rd.org - tt-rss.git/blob - utils/gitlab-ci/php-lint.sh
ci scripts: exit properly on failure
[tt-rss.git] / utils / gitlab-ci / php-lint.sh
1 #!/bin/sh
2
3 set -e
4
5 exec find . -name "*.php" -not -path "*/lib/*" -print0 | xargs -0 -n1 php -l