We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467b81c commit b0d9b58Copy full SHA for b0d9b58
.github/workflows/cspell.yml
@@ -17,6 +17,6 @@ jobs:
17
- uses: actions/setup-node@v1
18
name: Run spell check
19
with:
20
- node-version: "12"
+ node-version: "14"
21
- run: npm install -g cspell
22
- run: cspell --config ./.cspell/cspell.json "**/*.jl" "**/*.md"
0 commit comments