Skip to content

Update frontend quick start with MM Embedded Wallets #1459

Update frontend quick start with MM Embedded Wallets

Update frontend quick start with MM Embedded Wallets #1459

Workflow file for this run

---
name: Check for spelling with vale
on:
pull_request:
branches:
- main
jobs:
vale:
name: Spelling
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Vale
uses: Consensys/github-actions/docs-spelling-check@main
with:
FILEPATHS: "docs"