Skip to content

feat: Add --project and --org options on commands that depend on "scope". #340

feat: Add --project and --org options on commands that depend on "scope".

feat: Add --project and --org options on commands that depend on "scope". #340

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