This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new ca92297030 [FE Code Style] Fix wrong checkstyle action configuration (#9370) ca92297030 is described below commit ca922970301379889360b2aff495ec96f38b18f6 Author: leo65535 <leo65...@163.com> AuthorDate: Sat May 7 19:18:00 2022 +0800 [FE Code Style] Fix wrong checkstyle action configuration (#9370) --- .github/workflows/checkstyle.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checkstyle.yaml b/.github/workflows/checkstyle.yaml index 01e5428eba..45be252192 100644 --- a/.github/workflows/checkstyle.yaml +++ b/.github/workflows/checkstyle.yaml @@ -35,7 +35,8 @@ jobs: checkstyle_config: fe/check/checkstyle/checkstyle.xml checkstyle_version: 9.3 workdir: "./fe" - reporter: 'github-pr-review' + reporter: 'github-pr-check' github_token: ${{ secrets.GITHUB_TOKEN }} fail_on_error: true + level: error --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org