From 018cd46d5fb0b5fecc875267a31b75d79307972e Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Sun, 10 Nov 2024 12:51:17 -0800 Subject: [PATCH] Update readme validator --- .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 bf69798..595f1d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,4 +101,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