docs: SIP-03 migration path for mnemonic-only and hardware wallets #11
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |