Skip to content

chore: Exit with 1 if auth & enable cron jobs docs #325

chore: Exit with 1 if auth & enable cron jobs docs

chore: Exit with 1 if auth & enable cron jobs docs #325

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