Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading