Skip to content

Expands CHR pipeline to fill in county level for all corresponding AHR topics by race, current year #1205

Expands CHR pipeline to fill in county level for all corresponding AHR topics by race, current year

Expands CHR pipeline to fill in county level for all corresponding AHR topics by race, current year #1205

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}