Skip to content

Commit

Permalink
Merge pull request #26 from ccoVeille/github-actions-typos
Browse files Browse the repository at this point in the history
ci: add GitHub action for checking typos
  • Loading branch information
theredditbandit authored May 12, 2024
2 parents 6aad744 + 537a815 commit da2a0fe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/spellchecker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: spell checking
on: [pull_request]

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

- name: typos-action
uses: crate-ci/[email protected]

0 comments on commit da2a0fe

Please sign in to comment.