Add continue-on-error to step as well.

This commit is contained in:
Jeremy Wood 2023-09-11 08:48:23 -04:00
parent 86e2ab45fb
commit d77fb43536
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
1 changed files with 1 additions and 0 deletions

View File

@ -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