Skip to content

Temporary workaround for Loom 1.8 #63

Temporary workaround for Loom 1.8

Temporary workaround for Loom 1.8 #63

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