We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d700d commit cbbbb6aCopy full SHA for cbbbb6a
1 file changed
.gitlab-ci.yml
@@ -1,4 +1,4 @@
1
-workflow:
+workflow:
2
rules:
3
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
4
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
@@ -11,8 +11,8 @@ lint-markdown:
11
stage: build
12
image: node:lts
13
script:
14
- - npm install -g markdownlint-cli
15
- - markdownlint "**/*.md"
+ - npm install -g markdownlint-cli2
+ - markdownlint-cli2 "**/*.md"
16
17
lint-yaml:
18
0 commit comments