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

Revert "Update .gitlab-ci.yml"

This reverts commit 1eab3c36
parent 44025de1
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -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.
......@@ -40,3 +42,7 @@ variables:
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