Skip to content

Disable 1.14.0 for now #61

Disable 1.14.0 for now

Disable 1.14.0 for now #61

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