Skip to content

Commit

Permalink
removed config
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleoconnell-NIH committed Dec 4, 2023
1 parent 8302d7e commit 2cbfda3
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-check.json
run: find . -name '*.md' -print0 | xargs -0 -n1 markdown-link-check -q

0 comments on commit 2cbfda3

Please sign in to comment.