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 4b08c50 commit 6c78a3aCopy full SHA for 6c78a3a
.github/workflows/ci.yaml
@@ -46,19 +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: Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
61
- uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
62
lint:
63
runs-on: ubuntu-latest
64
steps:
@@ -80,4 +67,4 @@ jobs:
80
67
81
68
82
69
env:
83
- JOB_TYPE: clirr
70
+ JOB_TYPE: clirr
0 commit comments