Skip to content

Commit

Permalink
Fix: update CI for new broken-md-links version
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Mar 15, 2024
1 parent 32a6ac2 commit 46bbacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cargo install --git https://github.com/ClementNerma/broken-md-links.git
fi
- name: Look for broken MD links
run: broken-md-links ${GITHUB_WORKSPACE} --recursive
run: broken-md-links ${GITHUB_WORKSPACE}

tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 46bbacb

Please sign in to comment.