Skip to content

Commit

Permalink
Add spell checker action WordWarden
Browse files Browse the repository at this point in the history
  • Loading branch information
gevhaz committed Oct 3, 2024
1 parent e808bee commit ac5035d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/spell.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Check spelling

on:
pull_request:
branches: ["master"]

jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: gevhaz/word-warden@v1.0.0

0 comments on commit ac5035d

Please sign in to comment.