Skip to content

docs: SIP-03 migration path for mnemonic-only and hardware wallets #11

docs: SIP-03 migration path for mnemonic-only and hardware wallets

docs: SIP-03 migration path for mnemonic-only and hardware wallets #11

Workflow file for this run

name: Spelling
# Deterministic spell-check on every PR — the free, no-AI replacement for the
# spelling half of Mintlify's "Fix grammar & typos" workflow. Config + the
# allowlist of protocol terms live in _typos.toml.
on:
pull_request:
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
with:
config: _typos.toml