From 4c7147d0f4eef9c1ca8e6defe0f54c930521a954 Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Thu, 11 Jun 2026 10:49:08 +0100 Subject: [PATCH] Revert "One option for fixing linkspector" This reverts commit 0f97f27615c40fcf890b088774a53e45d17d852c. --- .github/workflows/check-links.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index e5b744b0..e01d4040 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -13,13 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - # TODO: Remove this workaround once action-linkspector handles puppeteer's Chrome install on its own. - # See: https://github.com/UmbrellaDocs/action-linkspector/issues/62 - - name: Install Chrome for puppeteer - shell: bash - run: npx --yes puppeteer@^24 browsers install chrome - - name: Run linkspector uses: umbrelladocs/action-linkspector@v1 with: