Skip to content

Update risk disclosures (from Alpha to Beta) #1390

Update risk disclosures (from Alpha to Beta)

Update risk disclosures (from Alpha to Beta) #1390

Workflow file for this run

---
name: Check for broken links
on:
pull_request:
branches:
- main
jobs:
linkCheck:
name: Link Checking
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: LinkCheck
uses: Consensys/github-actions/docs-link-check@main
with:
CONFIG_FILE: '.linkspector.yml'