From 334758769e88984a85ff0edb71d6b3b5083239a7 Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Sun, 10 Nov 2024 12:49:08 -0800 Subject: [PATCH] New link inspector --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8c40ce..587e73b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,4 +36,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 - name: Validate Markdown - uses: gaurav-nelson/github-action-markdown-link-check@v1 + uses: umbrelladocs/action-linkspector@v1 + with: + reporter: github-check + fail_on_error: true