Skip to content

Commit 38bf4d8

Browse files
authored
1 parent ff79d89 commit 38bf4d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-markdown-link-check.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
- uses: actions/checkout@v3
1111

1212
- name: Install markdown-link-check
13-
run: npm install -g markdown-link-check
13+
# TODO(jack-berg): use latest when config file reading bug is fixed: https://github.com/tcort/markdown-link-check/issues/246
14+
run: npm install -g [email protected]
1415

1516
- name: Run markdown-link-check
1617
run: |

0 commit comments

Comments
 (0)