mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-16 20:41:59 +01:00
10 lines
145 B
YAML
10 lines
145 B
YAML
|
name: 'PR: Checkstyle'
|
||
|
|
||
|
on:
|
||
|
pull_request:
|
||
|
types: [opened, synchronize]
|
||
|
|
||
|
jobs:
|
||
|
test:
|
||
|
uses: ./.github/workflows/generic.checkstyle.yml
|