Skip to content

Commit

Permalink
test: Add reviewdog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Nov 16, 2024
1 parent 8cb754a commit 4a7360e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: reviewdog
on: [pull_request]
jobs:
misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v4
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
locale: "US"

0 comments on commit 4a7360e

Please sign in to comment.