Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Atelier_1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HOHLER Bastien
Atelier_1
Commits
679ecbbc
Commit
679ecbbc
authored
3 years ago
by
BERNARD Hugo
Browse files
Options
Downloads
Patches
Plain Diff
Add stylelint
parent
17e259b2
No related branches found
No related tags found
No related merge requests found
Pipeline
#6645
failed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-1
7 additions, 1 deletion
.gitlab-ci.yml
with
7 additions
and
1 deletion
.gitlab-ci.yml
+
7
−
1
View file @
679ecbbc
...
...
@@ -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
:
php
lint
:
script
:
./vendor/bin/phplint
stylelint
:
script
:
npx stylelint "**/*.css"
npx stylelint "**/*.scss"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment