Skip to content
Snippets Groups Projects
Verified Commit 17f710c1 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

refactor: check whole project without dev dependencies

parent a1257d6f
No related branches found
No related tags found
No related merge requests found
.lint: &lint-tmpl
stage: tests
script:
- find -name '*.php' -not -path '*vendor/*' -print0 | xargs -n1 -0 -P16 php -l >/dev/null
- composer install --no-dev
- find -name '*.php' -print0 | xargs -n1 -0 -P16 php -l >/dev/null
lint:8.1:
<<: *lint-tmpl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment