mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-25 09:41:23 +01:00
Change checkstyle workflow back to PR annotations without failure.
This commit is contained in:
parent
329901afa6
commit
86e2ab45fb
2
.github/workflows/generic.checkstyle.yml
vendored
2
.github/workflows/generic.checkstyle.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user