Skip to content

Commit

Permalink
Add spell check test to website changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gadhagod committed Apr 30, 2021
1 parent 1e5669b commit f924217
Show file tree
Hide file tree
Showing 3 changed files with 5,723 additions and 11 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/verify-spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Verify website spelling
on:
push:
paths:
- docs/index.md
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install --global spellchecker-cli --save-dev
- name: Check spelling
run: ./node_modules/.bin/spellchecker docs/index.md -i Schoology Harker
Loading

0 comments on commit f924217

Please sign in to comment.