mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-21 18:15:26 +01:00
Add continue-on-error to step as well.
This commit is contained in:
parent
86e2ab45fb
commit
d77fb43536
1
.github/workflows/generic.checkstyle.yml
vendored
1
.github/workflows/generic.checkstyle.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user