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