Skip to content

Commit

Permalink
removed config file from workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleoconnell-NIH committed Dec 4, 2023
1 parent 23778a6 commit 61aae61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16

- name: Install dependencies
run: |
npm install -g markdown-link-check
- name: Check links in Markdown files
run: markdown-link-check --config .markdown-link-check.yaml $(find . -name "*.md" -not -path "./node_modules/*" -not -path "./docs/**/*.png")
run: markdown-link-check -q -i '**/*.md'

0 comments on commit 61aae61

Please sign in to comment.