Skip to content

Commit 446a7d1

Browse files
authored
Merge pull request #664 from gitlabhq/markdown-prs
CI: Run markdown linter on pull requests
2 parents 89de4bd + 58aff29 commit 446a7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Markdown lint
22

3-
on: push
3+
on: [push,pull_request]
44

55
jobs:
66
markdown-lint:
@@ -9,4 +9,4 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: avto-dev/markdown-lint@v1
1111
with:
12-
args: 'docs'
12+
args: 'docs'

0 commit comments

Comments
 (0)