Skip to content

Commit 9ae490f

Browse files
committed
Merge branch 'pr-spellchecker'
2 parents 1a52c08 + 231b77a commit 9ae490f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
File renamed without changes.

.github/workflows/PR-review.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: PR-Review
2+
on: [pull_request]
3+
jobs:
4+
misspell:
5+
name: review-dog / misspell
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Check out code.
9+
uses: actions/checkout@v1
10+
- name: misspell
11+
uses: reviewdog/action-misspell@v1
12+
with:
13+
github_token: ${{ secrets.github_token }}
14+
locale: "US"
15+
reporter: github-pr-review
16+
level: warning

0 commit comments

Comments
 (0)