1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-06 13:30:51 +02:00
ttrss/utils/gitlab-ci/php-lint.sh

6 lines
96 B
Bash
Raw Normal View History

2017-04-26 20:15:23 +02:00
#!/bin/sh
set -e
2017-04-26 15:26:53 +02:00
exec find . -name "*.php" -not -path "*/lib/*" -print0 | xargs -0 -n1 php -l