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 e87f9e4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://github.com/crate-ci/typos

name: Test GitHub Action
on: [pull_request]

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

- name: Check spelling of entire workspace
uses: crate-ci/typos@master

0 comments on commit e87f9e4

Please sign in to comment.