Skip to content

Commit 91c27a8

Browse files
committed
Wording
1 parent 3d79f94 commit 91c27a8

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6-
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
7-
81
name: PR
9-
102
on:
113
pull_request:
124
branches: [ master, main ]
13-
145
permissions:
156
packages: write
167
contents: read
@@ -19,7 +10,8 @@ jobs:
1910
build:
2011
runs-on: ubuntu-latest
2112
steps:
22-
- uses: actions/checkout@v3
13+
- name: Check out the code
14+
uses: actions/checkout@v3
2315
- name: Set up JDK 8
2416
uses: actions/setup-java@v3
2517
with:

0 commit comments

Comments
 (0)