File tree 3 files changed +12
-2
lines changed 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : PR Validation
2
+ on :
3
+ pull_request :
4
+ branches : ['*']
5
+
6
+ jobs :
7
+ validation :
8
+ name : Validation
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : actions/checkout@v2
12
+ - uses : gradle/wrapper-validation-action@v1
Original file line number Diff line number Diff line change 23
23
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('gradle.properties') }}
24
24
restore-keys : |
25
25
${{ runner.os }}-gradle-
26
- - uses : gradle/wrapper-validation-action@v1
27
26
- name : Setup publish token
28
27
env :
29
28
JETBRAINS_TOKEN : ${{ secrets.JETBRAINS_TOKEN }}
Original file line number Diff line number Diff line change 30
30
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('gradle.properties') }}
31
31
restore-keys : |
32
32
${{ runner.os }}-gradle-
33
- - uses : gradle/wrapper-validation-action@v1
34
33
- run : ./gradlew build --no-daemon --stacktrace
You can’t perform that action at this time.
0 commit comments