From bef025ccb20fc80130ee9ced42859b5fdaf01693 Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Sun, 10 Nov 2024 12:50:48 -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 83825f5f..54a475a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,4 +92,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