Skip to content

Revise understanding for SC 3.2.4 Consistent Identification #1714

Revise understanding for SC 3.2.4 Consistent Identification

Revise understanding for SC 3.2.4 Consistent Identification #1714

Workflow file for this run

name: Check Spelling
on:
pull_request:
branches: [main]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: streetsidesoftware/cspell-action@v8
with:
# incremental_files_only would scan every file in the PR,
# even those that would typically be ignored
incremental_files_only: false