Skip to content

Commit

Permalink
Merge pull request #210 from HigherOrderCO/feature/sc-474/fix-spellch…
Browse files Browse the repository at this point in the history
…eck-github-ci

[sc-474] Fix spellcheck github CI
  • Loading branch information
developedby authored Feb 27, 2024
2 parents 17292e5 + 2c35a13 commit 5d9a967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ jobs:
with:
incremental_files_only: false
config: ./cspell.json
files: "**/*.rs **/*.md"
files: |
**/*.rs
**/*.md
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"succ",
"supercombinator",
"supercombinators",
"tunr",
"unbounds",
"vectorize",
"vectorizes",
Expand Down

0 comments on commit 5d9a967

Please sign in to comment.