Skip to content

Commit

Permalink
fixed error with config name
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleoconnell-NIH committed Dec 4, 2023
1 parent 0041708 commit c2d4594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
npm install -g markdown-link-check
- name: Check links in Markdown files
run: find . -name '*.md' -print0 | xargs -0 -n1 markdown-link-check -q -c .markdown-link-config.yaml
run: find . -name '*.md' -print0 | xargs -0 -n1 markdown-link-check -q -c .markdown-link-check.yaml

0 comments on commit c2d4594

Please sign in to comment.