Skip to content

Commit

Permalink
Add spell checking to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 3, 2023
1 parent e6b0093 commit f5b9c3f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://github.com/crate-ci/typos
# Add exceptions to _typos.toml

name: Spell Check
on: [pull_request]

jobs:
run:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v2

- name: Check spelling of entire workspace
uses: crate-ci/typos@master
1 change: 1 addition & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# https://github.com/crate-ci/typos

0 comments on commit f5b9c3f

Please sign in to comment.