Skip to content

Commit

Permalink
also add misspell check
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <[email protected]>
  • Loading branch information
IsaacMilarky committed Jan 17, 2024
1 parent 6164e1c commit eaeb4e9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,16 @@ jobs:
reporter: github-pr-review
level: warning
glob_pattern: "**/*.py"
filter_mode: "file"
filter_mode: "file"

misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- name: Highlight any misspellings in changes.
uses: actions/checkout@v4
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
locale: "US"

0 comments on commit eaeb4e9

Please sign in to comment.