Multiverse-Core/.github/workflows/generic.checkstyle.yml

23 lines
498 B
YAML
Raw Normal View History

name: 'Generic: Checkstyle'
on:
workflow_call:
jobs:
checkstyle:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: dbelyaev/action-checkstyle@v0.8.4
2023-09-11 14:48:23 +02:00
continue-on-error: true
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
checkstyle_version: 10.12.2
checkstyle_config: ./config/mv_checks.xml
2023-09-09 16:28:55 +02:00
level: warning