This repository was archived by the owner on Apr 7, 2026. It is now read-only.
fix: Update title in Notes API guide to remove Globe DB reference #1136
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: spell_checker | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: streetsidesoftware/cspell-action@v5 | |
| with: | |
| config: ".github/cspell.json" | |
| files: "**/*.{md,mdx,dart}" |