Skip to content

GraphQL AHR Data Framework (#2955) #960

GraphQL AHR Data Framework (#2955)

GraphQL AHR Data Framework (#2955) #960

Workflow file for this run

name: RUN Spellcheck
on: # rebuild any PRs and main branch changes
pull_request:
push:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
config: 'cspell.config.json'
incremental_files_only: true
verbose: true
files: |
**/*.{ts,tsx,css,md,py}