mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
10 lines
151 B
YAML
10 lines
151 B
YAML
name: 'PR: Checkstyle'
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize]
|
|
|
|
jobs:
|
|
checkstyle:
|
|
uses: ./.github/workflows/generic.checkstyle.yml
|