Skip to content

Commit

Permalink
Add spell checking workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeresman01 committed Dec 5, 2024
1 parent 8c47f8c commit 4817a18
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Check spelling'

on:
push:
branches:
- main

jobs:
spellcheck:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v2u

0 comments on commit 4817a18

Please sign in to comment.