Skip to content

Commit

Permalink
add cspell GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Feb 5, 2024
1 parent 608d81b commit 0ff2b46
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Check spelling'
on: # rebuild any PRs and main branch changes
pull_request:
push:

jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5

0 comments on commit 0ff2b46

Please sign in to comment.