From d77fb43536e478305322cde055846367d37b5840 Mon Sep 17 00:00:00 2001 From: Jeremy Wood Date: Mon, 11 Sep 2023 08:48:23 -0400 Subject: [PATCH] Add continue-on-error to step as well. --- .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 7fcc3b01..fa83ae0b 100644 --- a/.github/workflows/generic.checkstyle.yml +++ b/.github/workflows/generic.checkstyle.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: dbelyaev/action-checkstyle@v0.8.4 + continue-on-error: true with: github_token: ${{ secrets.GITHUB_TOKEN }} checkstyle_version: 10.12.2