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 09b31bd commit 0b2634aCopy full SHA for 0b2634a
.github/workflows/ci.yaml
@@ -42,19 +42,6 @@ jobs:
42
java-version: ${{matrix.java}}
43
- run: java -version
44
- 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
58
lint:
59
runs-on: ubuntu-latest
60
steps:
0 commit comments