Skip to content

Commit

Permalink
Merge pull request #12 from Fdawgs/ci/spellchecking
Browse files Browse the repository at this point in the history
ci: replace typo ci app with action
  • Loading branch information
Fdawgs committed Feb 10, 2021
2 parents ea3f3c9 + 17d74b1 commit bfa04e1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/spellcheck.yml
@@ -0,0 +1,13 @@
name: Spellcheck

on: [push, pull_request]

jobs:
spellcheck:
name: Spellcheck with Typo CI
runs-on: ubuntu-latest
steps:
- name: TypoCheck
uses: typoci/spellcheck-action@v0.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bfa04e1

Please sign in to comment.