使用 GitHub 构建 HMCLauncher 后构建 HMCL (#2893)

* update

* update

* test

* update

* update

* update
This commit is contained in:
Glavo
2024-03-05 06:28:51 +08:00
committed by GitHub
parent c39c19f215
commit 67e96fb84f
4 changed files with 29 additions and 11 deletions

View File

@@ -3,10 +3,10 @@ name: Check Translations
on:
push:
paths:
'**.properties'
- '**.properties'
pull_request:
paths:
'**.properties'
- '**.properties'
jobs:
build:
@@ -20,4 +20,4 @@ jobs:
java-version: '11'
java-package: 'jdk+fx'
- name: Check style test
run: ./gradlew checkTranslations
run: ./gradlew checkTranslations --no-daemon