Skip to content

Update frontend quick start with MM Embedded Wallets #1400

Update frontend quick start with MM Embedded Wallets

Update frontend quick start with MM Embedded Wallets #1400

Workflow file for this run

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