mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-29 14:51:50 -08:00
Only reviewdog level 'error' will show bad grammar as an error
This commit is contained in:
parent
1874a30738
commit
7da5432175
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
|
||||
reporter: github-pr-review
|
||||
# Change reporter level if you need.
|
||||
level: info
|
||||
level: error
|
||||
- uses: actions/setup-node@v2-beta
|
||||
with:
|
||||
node-version: 16
|
||||
|
|
Loading…
Reference in a new issue