Skip to content

Commit

Permalink
Merge pull request #70 from MinBZK/fix/broken-links
Browse files Browse the repository at this point in the history
Add quit mode for link checker
  • Loading branch information
ruthkoole authored Mar 21, 2024
2 parents cf25a08 + 6507dd0 commit 14a0379
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linkchecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: yes

0 comments on commit 14a0379

Please sign in to comment.