Skip to content

Commit

Permalink
Add spell checker workflow (#3642)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahmed10 authored Nov 20, 2024
1 parent 15f263d commit 6d32022
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -595,4 +595,16 @@ jobs:
# chmod +x codecov
# ./codecov -t ${CODECOV_TOKEN}
# echo "Uploaded"
misspell:
name: misspell
runs-on: ubuntu-20.04
steps:
- name: Check out code.
uses: actions/checkout@v4
- name: misspell
uses: reviewdog/action-misspell@v1
with:
locale: "US"
reporter: github-pr-check
level: warning

0 comments on commit 6d32022

Please sign in to comment.