Skip to content

Commit 9f78092

Browse files
authored
Merge pull request #2276 from github/koesie10/markdown-lint-ci
Add markdownlint to CI
2 parents 7470e72 + f35d11b commit 9f78092

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ jobs:
100100
run: |
101101
npm run lint
102102
103+
- name: Lint Markdown
104+
working-directory: extensions/ql-vscode
105+
run: |
106+
npm run lint:markdown
107+
103108
- name: Lint scenarios
104109
working-directory: extensions/ql-vscode
105110
run: |

0 commit comments

Comments
 (0)