We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10fd1eb + bef025c commit c166360Copy full SHA for c166360
.github/workflows/ci.yml
@@ -92,4 +92,7 @@ jobs:
92
- name: Checkout Repo
93
uses: actions/checkout@v4
94
- name: Validate Markdown
95
- uses: gaurav-nelson/github-action-markdown-link-check@v1
+ uses: umbrelladocs/action-linkspector@v1
96
+ with:
97
+ reporter: github-check
98
+ fail_on_error: true
0 commit comments