We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830277c commit ae5ac11Copy full SHA for ae5ac11
.github/workflows/ci.yaml
@@ -46,22 +46,6 @@ jobs:
46
java-version: ${{matrix.java}}
47
- run: java -version
48
- run: .kokoro/dependencies.sh
49
- linkage-monitor:
50
- runs-on: ubuntu-latest
51
- steps:
52
- - uses: actions/checkout@v2
53
- - uses: actions/setup-java@v1
54
- with:
55
- java-version: 8
56
- - run: java -version
57
- - name: Install artifacts to local Maven repository
58
- run: .kokoro/build.sh
59
- shell: bash
60
- - name: >-
61
- Validate any conflicts with regard to com.google.cloud:libraries-bom
62
- (latest release)
63
- uses: >-
64
- GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
65
lint:
66
runs-on: ubuntu-latest
67
steps:
0 commit comments