Skip to content

Commit

Permalink
chore(gh): Spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 1, 2021
1 parent 6be144f commit 8daa1f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Spelling
on: [pull_request]

jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v2
- name: Spell Check Repo
uses: crate-ci/typos@master

0 comments on commit 8daa1f8

Please sign in to comment.