From 950fe1217a957e570c3d82b6f5a29b5d176c7bcd Mon Sep 17 00:00:00 2001 From: Jeremy Wood Date: Wed, 6 Sep 2023 17:42:17 -0400 Subject: [PATCH] Add reviewdog debug flag for checkstyle action. --- .github/workflows/generic.checkstyle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/generic.checkstyle.yml b/.github/workflows/generic.checkstyle.yml index ecac7d73..f8836478 100644 --- a/.github/workflows/generic.checkstyle.yml +++ b/.github/workflows/generic.checkstyle.yml @@ -16,3 +16,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} checkstyle_version: 10.12.2 checkstyle_config: ./config/mv_checks.yml + reviewdog_flags: -tee