Skip to content

chore(deps): update dependency @types/react to ^18.3.10 #2530

chore(deps): update dependency @types/react to ^18.3.10

chore(deps): update dependency @types/react to ^18.3.10 #2530

Workflow file for this run

name: Check PR links
on:
pull_request:
jobs:
check-links:
if: ${{ github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate') }}
runs-on: ubuntu-22.04
steps:
- name: Waiting for 200 from the Vercel Preview
uses: patrickedqvist/[email protected]
id: waitForVercel
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 720
check_interval: 60
allow_inactive: true
environment: Preview
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Check for broken links
if: steps.waitForVercel.outputs.url
uses: lycheeverse/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
args: --max-redirects 10 --base ${{ steps.waitForVercel.outputs.url }} './src/content/docs/**/*.mdx'
fail: true