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

10 lines
151 B
YAML
Raw Permalink Normal View History

name: 'PR: Checkstyle'
on:
pull_request:
types: [opened, synchronize]
jobs:
2023-09-06 23:54:19 +02:00
checkstyle:
uses: ./.github/workflows/generic.checkstyle.yml