Skip to content

Workaround no longer needed #65

Workaround no longer needed

Workaround no longer needed #65

Workflow file for this run

name: "Check spelling"
on:
pull_request:
push:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
config: "cspell.config.json"
files: "mappings/**/*.mapping"
incremental_files_only: false