mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Removing languagetool, English has too much crazy to be perfect 100% of the time.
This commit is contained in:
parent
f2e22d63c9
commit
0f08f2728e
8
.github/workflows/pr.yml
vendored
8
.github/workflows/pr.yml
vendored
|
@ -9,16 +9,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- uses: reviewdog/action-languagetool@v1
|
||||
with:
|
||||
# github_token: ${{ secrets.github_token }}
|
||||
# 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: error
|
||||
- uses: actions/setup-node@v2-beta
|
||||
with:
|
||||
node-version: 16
|
||||
- run: yarn install
|
||||
- run: yarn run build
|
||||
|
||||
|
|
Loading…
Reference in a new issue