Skip to content

chore: Make --token applicable to all other commands #354

chore: Make --token applicable to all other commands

chore: Make --token applicable to all other commands #354

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