File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 66common_params :
77 # Common plugin settings to use with the `plugins` key.
88 - &common_plugins
9- - automattic/bash-cache#2.6 .0
9+ - automattic/bash-cache#2.11 .0
1010
1111steps :
12+ - label : " Gradle Wrapper Validation"
13+ command : |
14+ validate_gradle_wrapper
15+ plugins : *common_plugins
16+
17+ # Wait for Gradle Wrapper to be validated before running any other jobs
18+ - wait
19+
1220 - label : " Lint"
1321 key : " lint"
1422 command : .buildkite/commands/lint.sh
Original file line number Diff line number Diff line change 1+ name : " Validate Gradle Wrapper"
2+ on : [push, pull_request]
3+
4+ jobs :
5+ validation :
6+ name : " Validation"
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v2
10+ - uses : gradle/wrapper-validation-action@v1
You can’t perform that action at this time.
0 commit comments