chore: CIの名前を変更

This commit is contained in:
usbharu 2023-05-03 17:00:55 +09:00
parent dfe4621ec1
commit e4aee24480
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: