diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3f3a94a8..7b1f72ae 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 +