diff --git a/php.gitlab-ci.yml b/.gitlab-ci.yml similarity index 93% rename from php.gitlab-ci.yml rename to .gitlab-ci.yml index 07bb4fc6379412ff36ac09e2b0a55b185e1382a7..31f2843be1f4c7eb1620142cef3e36525f72c4c8 100644 --- a/php.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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