From 86e2ab45fba4a70a59d5de44ded457321929cf34 Mon Sep 17 00:00:00 2001 From: Jeremy Wood Date: Mon, 11 Sep 2023 08:44:05 -0400 Subject: [PATCH] Change checkstyle workflow back to PR annotations without failure. --- .github/workflows/generic.checkstyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generic.checkstyle.yml b/.github/workflows/generic.checkstyle.yml index 6cdf4f34..7fcc3b01 100644 --- a/.github/workflows/generic.checkstyle.yml +++ b/.github/workflows/generic.checkstyle.yml @@ -9,6 +9,7 @@ jobs: permissions: contents: read pull-requests: write + continue-on-error: true steps: - uses: actions/checkout@v3 @@ -17,5 +18,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} checkstyle_version: 10.12.2 checkstyle_config: ./config/mv_checks.xml - reporter: github-pr-review level: warning