]> git.wh0rd.org - tt-rss.git/blob - utils/gitlab-ci/php-lint.sh
add initial gitlab-ci and selenium stuff
[tt-rss.git] / utils / gitlab-ci / php-lint.sh
1 #!/bin/sh -e
2
3 exec find . -name "*.php" -print0 | xargs -0 -n1 php -q -l