Skip to content

Commit

Permalink
Add spellcheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Jun 7, 2024
1 parent 0db8096 commit e7001ab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Spellcheck
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Spellcheck
- uses: actions/checkout@v2
- uses: igsekor/[email protected]
name: Spellcheck

0 comments on commit e7001ab

Please sign in to comment.