diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1323ef90e..7b0a34770 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: checkstyle env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: java -jar checkstyle.jar -c tools/tencent_checks.xml -f xml src | reviewdog -f=checkstyle -name="Checkstyle" -reporter=github-check + run: java -jar checkstyle.jar -c tools/tencent_checks.xml -f xml src test: runs-on: ubuntu-latest steps: