Fixed Pointer Comparison Error in Lines 824 and 847 of MFRC522Extended #39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: autoreview | |
on: [pull_request] | |
jobs: | |
misspellcheck: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run misspell with reviewdog | |
uses: reviewdog/action-misspell@v1 | |
#with: | |
# pattern: "*.md" |