Skip to content

Commit

Permalink
add .github/workflows/doc-spelling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Oct 20, 2023
1 parent f556213 commit 389d146
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/doc-spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Spellcheck
on: push

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.34.0
name: Spellcheck
with:
sources:
- '**/*.md'

0 comments on commit 389d146

Please sign in to comment.