Merge pull request #1 from linagee/linagee-patch-1

Test commit PR
This commit is contained in:
linagee 2021-12-27 08:38:39 -07:00 committed by GitHub
commit 1d9ab151fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -11,11 +11,11 @@ jobs:
submodules: true
- uses: reviewdog/action-languagetool@v1
with:
github_token: ${{ secrets.github_token }}
# 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
level: error
- uses: actions/setup-node@v2-beta
with:
node-version: 16