Skip to content

Commit 3422216

Browse files
committed
Fix markdown-link-check config file path
1 parent c12aeec commit 3422216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- uses: actions/checkout@master
1616
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1717
with:
18-
config-file: "./markdown-link-check.json"
18+
config-file: ".github/workflows/markdown-link-check.json"
1919
use-quiet-mode: "yes"
2020
use-verbose-mode: "yes"

0 commit comments

Comments
 (0)