Skip to content

chore(deps): bump undici from 6.19.8 to 6.21.1 #66

chore(deps): bump undici from 6.19.8 to 6.21.1

chore(deps): bump undici from 6.19.8 to 6.21.1 #66

Workflow file for this run

---
name: Check for broken links
on:
pull_request:
branches:
- main
jobs:
linkCheck:
name: Link Checking
runs-on: ubuntu-latest
strategy:
matrix:
file-extensions: [".md", ".mdx"]
steps:
- uses: actions/checkout@v4
- name: LinkCheck
uses: ConsenSys/docs-gha/linkcheck@main
with:
FILE_EXTENSION: ${{ matrix.file-extensions }}