File tree Expand file tree Collapse file tree
synthtool/gcp/templates/java_library/.github Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ branchProtectionRules:
3131 requiredStatusCheckContexts :
3232 - " dependencies (8)"
3333 - " dependencies (11)"
34- - " linkage-monitor"
3534 - " lint"
3635 - " clirr"
3736 - " units (8)"
Original file line number Diff line number Diff line change 4242 java-version : ${{'{{matrix.java}}'}}
4343 - run : java -version
4444 - run : .kokoro/dependencies.sh
45- linkage-monitor :
46- runs-on : ubuntu-latest
47- steps :
48- - uses : actions/checkout@v2
49- - uses : actions/setup-java@v1
50- with :
51- java-version : 8
52- - run : java -version
53- - name : Install artifacts to local Maven repository
54- run : .kokoro/build.sh
55- shell : bash
56- - name : Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
57- uses : GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
5845 lint :
5946 runs-on : ubuntu-latest
6047 steps :
You can’t perform that action at this time.
0 commit comments