Skip to content

Commit

Permalink
Allow markdown link failures, fix 'em in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
goord committed May 24, 2024
1 parent 7c16d70 commit f986f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
markdown-link-check:
name: Check markdown links
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.mlc-config.json'
allow_failure: true

0 comments on commit f986f19

Please sign in to comment.