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

10 lines
145 B
YAML
Raw Normal View History

name: 'PR: Checkstyle'
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
uses: ./.github/workflows/generic.checkstyle.yml