使用 GitHub 构建 HMCLauncher 后构建 HMCL (#2893)
* update * update * test * update * update * update
This commit is contained in:
8
.github/workflows/check-style.yml
vendored
8
.github/workflows/check-style.yml
vendored
@@ -3,10 +3,10 @@ name: Check Style
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
'**.java'
|
||||
- '**.java'
|
||||
pull_request:
|
||||
paths:
|
||||
'**.java'
|
||||
- '**.java'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -20,6 +20,6 @@ jobs:
|
||||
java-version: '11'
|
||||
java-package: 'jdk+fx'
|
||||
- name: Check style main
|
||||
run: ./gradlew checkstyleMain
|
||||
run: ./gradlew checkstyleMain --no-daemon
|
||||
- name: Check style test
|
||||
run: ./gradlew checkstyleTest
|
||||
run: ./gradlew checkstyleTest --no-daemon
|
||||
|
||||
Reference in New Issue
Block a user