Skip to content

Commit

Permalink
testing: add spellchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
i-fix-typos authored and mhils committed Oct 5, 2023
1 parent b9e3629 commit 766340a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Spellcheck
on: pull_request

jobs:
spellcheck:
runs-on: macOS-m1

steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.34.0
name: Spellcheck

0 comments on commit 766340a

Please sign in to comment.