Skip to content

adding Reactive to Linea docs #1366

adding Reactive to Linea docs

adding Reactive to Linea docs #1366

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/github-actions/docs-link-check@main
with:
FILE_EXTENSION: '${{ matrix.file-extensions }}'
CONFIG_FILE: 'mlc_config.json'