Skip to content

docs: Fix spelling and puctuation, fix dart_frog link #70

docs: Fix spelling and puctuation, fix dart_frog link

docs: Fix spelling and puctuation, fix dart_frog link #70

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