Skip to content

Commit 35b1944

Browse files
committed
Renamed pull request job name
1 parent 3b137df commit 35b1944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# This workflow will build a Java project with Gradle
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
33

4-
name: Gradle Build
4+
name: Pull Request Check
55

66
on:
77
pull_request:
88
branches: [ master ]
99

1010
jobs:
11-
build:
11+
code-style:
1212

1313
runs-on: ubuntu-latest
1414

0 commit comments

Comments
 (0)