Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

docs: Update migration logic in Notes API guide to run only during Gl… #1140

docs: Update migration logic in Notes API guide to run only during Gl…

docs: Update migration logic in Notes API guide to run only during Gl… #1140

Workflow file for this run

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}"