Skip to content
Snippets Groups Projects
Commit 679ecbbc authored by BERNARD Hugo's avatar BERNARD Hugo
Browse files

Add stylelint

parent 17e259b2
No related branches found
No related tags found
No related merge requests found
Pipeline #6645 failed
......@@ -23,6 +23,8 @@ before_script:
# Install and run Composer
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install
# Install npm deps
- npm install
# Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
# See http://docs.gitlab.com/ee/ci/services/README.html for examples.
......@@ -37,6 +39,10 @@ variables:
# Run our tests
# If Xdebug was installed you can generate a coverage report and see code coverage metrics.
lint:
phplint:
script:
./vendor/bin/phplint
stylelint:
script:
npx stylelint "**/*.css"
npx stylelint "**/*.scss"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment