Skip to content

Add beta v4.2, 4.3 updates to release notes #1388

Add beta v4.2, 4.3 updates to release notes

Add beta v4.2, 4.3 updates to release notes #1388

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'