File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 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
-
8
1
name : PR
9
-
10
2
on :
11
3
pull_request :
12
4
branches : [ master, main ]
13
-
14
5
permissions :
15
6
packages : write
16
7
contents : read
19
10
build :
20
11
runs-on : ubuntu-latest
21
12
steps :
22
- - uses : actions/checkout@v3
13
+ - name : Check out the code
14
+ uses : actions/checkout@v3
23
15
- name : Set up JDK 8
24
16
uses : actions/setup-java@v3
25
17
with :
You can’t perform that action at this time.
0 commit comments