Skip to content

docs: Add CLI readme (#5) #17

docs: Add CLI readme (#5)

docs: Add CLI readme (#5) #17

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