Skip to content

Commit 58aff29

Browse files
committed
CI: Run markdown linter on pull requests
...so that main branch builds to not fail unexpectedly after merging a PR from a fork.
1 parent 89de4bd commit 58aff29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
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)