Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-05-23 06:57:50 +0300
committerEvan Read <eread@gitlab.com>2022-05-25 01:53:53 +0300
commit1fe7254ff46dab7e6bd02891a0a174f46e4955b0 (patch)
tree17a6c7279396313f1c8fc3854ec3fe4fbdbedab2 /.gitlab-ci.yml
parent8b88e23f022b1f1b980ee1862545e63d505ebfa7 (diff)
Support local Stylelint runseread/support-local-stylelint-runs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c256e766..591825af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -337,10 +337,7 @@ stylelint:
needs: []
stage: test
script:
- # Remove the first three lines so the frontmatter doesn't
- # cause stylelint to throw errors.
- - sed -i -E '1,3d' content/assets/stylesheets/*.scss
- - yarn run stylelint content/assets/stylesheets/*.scss
+ - scripts/run-stylelint.sh
#
# Yamllint of *.yml for .gitlab-ci.yml.