Skip to content

Add Chainlist mention in the connect page #1498

Add Chainlist mention in the connect page

Add Chainlist mention in the connect page #1498

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:
- name: Checkout repository
uses: actions/checkout@v6
- name: LinkCheck
uses: Consensys/github-actions/docs-link-check@main
with:
CONFIG_FILE: '.linkspector.yml'