[CI] add github action with misspellcheck

just for pull requests
This commit is contained in:
Rotzbua 2020-12-06 22:11:43 +01:00 committed by GitHub
parent bcdeb645a2
commit ea10e8a219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/workflows/autoreview.yml vendored Normal file
View 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"