mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 17:21:28 +00:00
add initial gitlab-ci and selenium stuff
This commit is contained in:
3
utils/gitlab-ci/php-lint.sh
Normal file
3
utils/gitlab-ci/php-lint.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
exec find . -name "*.php" -print0 | xargs -0 -n1 php -q -l
|
||||
Reference in New Issue
Block a user