Skip to content

[chore] remove more references to the batch processor #61

[chore] remove more references to the batch processor

[chore] remove more references to the batch processor #61

Workflow file for this run

name: Spell Check
on: [push, pull_request]
permissions:
contents: read
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run cSpell
uses: streetsidesoftware/cspell-action@dcd03dc3e8a59ec2e360d0c62db517baa0b4bb6d # v7.2.0
with:
files: |
**/*.{md,yaml,yml}
config: '.github/workflows/utils/cspell.json'
check_dot_files: true