[CI] add github action with misspellcheck
just for pull requests
This commit is contained in:
12
.github/workflows/autoreview.yml
vendored
Normal file
12
.github/workflows/autoreview.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: autoreview
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
misspellcheck:
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Run misspell with reviewdog
|
||||||
|
uses: reviewdog/action-misspell@v1
|
||||||
|
#with:
|
||||||
|
# pattern: "*.md"
|
||||||
Reference in New Issue
Block a user