Skip to content

CompatHelper: add new compat entry for IntervalSets at version 0.7 fo… #1689

CompatHelper: add new compat entry for IntervalSets at version 0.7 fo…

CompatHelper: add new compat entry for IntervalSets at version 0.7 fo… #1689

Workflow file for this run

name: SpellCheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
spellchecking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out the code
- uses: actions/setup-node@v1
name: Run spell check
with:
node-version: "14"
- run: npm install -g cspell
- run: cspell --config ./.cspell/cspell.json "**/*.jl" "**/*.md"