Skip to content

Commit

Permalink
Disable cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 7, 2023
1 parent 20bf0d9 commit 8b29dca
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/spelling_and_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ jobs:

- name: Check spelling of entire workspace
uses: crate-ci/typos@master
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v2
with:
files: "**/*.md"
# Disabled: too many names of crates and user-names etc
# spellcheck:
# name: Spellcheck
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: streetsidesoftware/cspell-action@v2
# with:
# files: "**/*.md"
linkinator:
name: linkinator
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b29dca

Please sign in to comment.