Skip to content

Commit

Permalink
add spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Oct 7, 2024
1 parent 065008f commit 9d8e729
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ jobs:
vale:
name: Run vale
uses: ./.github/workflows/vale.yml

spellcheck:
name: Run spellcheck
uses: ./.github/workflows/spellcheck.yml
12 changes: 12 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Spellcheck Action
on: push

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.42.0
name: Spellcheck

0 comments on commit 9d8e729

Please sign in to comment.