Change checkstyle workflow back to PR annotations without failure.

This commit is contained in:
Jeremy Wood 2023-09-11 08:44:05 -04:00
parent 329901afa6
commit 86e2ab45fb
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B

View File

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