mirror of https://github.com/usbharu/Hideout.git
chore: CIの名前を変更
This commit is contained in:
parent
dfe4621ec1
commit
e4aee24480
|
@ -5,7 +5,7 @@
|
|||
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
|
||||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
|
||||
|
||||
name: Java CI with Gradle
|
||||
name: Lint
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
|
||||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
|
||||
|
||||
name: Java CI with Gradle
|
||||
name: Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in New Issue