Added languagetool to GitHub Actions

This commit is contained in:
linagee 2021-12-27 08:11:05 -07:00
parent 8b5f7f9167
commit 8df6720c85
No known key found for this signature in database
GPG key ID: 8CE2F45CB4CBA384

View file

@ -9,8 +9,16 @@ 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: info
- uses: actions/setup-node@v2-beta
with:
node-version: 16
- run: yarn install
- run: yarn run build