Skip to content

Commit

Permalink
update misspell checks
Browse files Browse the repository at this point in the history
false positive fix on json file and judging by the new content it is not something we need to include in the checks
  • Loading branch information
blankdots authored Jan 12, 2021
1 parent 77b1ebc commit 9f4fddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Install dependencies
run: curl -L https://git.io/misspell | bash

# This will return an exit code of 2, thus triggering a failed build
- name: Test spelling errors
shell: bash
run: |
bin/misspell -i "Jaques" -error *
bin/misspell -error content/*.md README.md templates/*.html

0 comments on commit 9f4fddb

Please sign in to comment.