Files
RFID.MFRC522/.github/workflows/autoreview.yml
Rotzbua ea10e8a219 [CI] add github action with misspellcheck
just for pull requests
2020-12-06 22:11:43 +01:00

13 lines
248 B
YAML

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"