Skip to content

Bump com.google.errorprone:error_prone_core from 2.28.0 to 2.29.1 #201

Bump com.google.errorprone:error_prone_core from 2.28.0 to 2.29.1

Bump com.google.errorprone:error_prone_core from 2.28.0 to 2.29.1 #201

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
jdk: [ 8, 11, 17 ]
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v2
- name: Pull Request Checkout
uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
if: github.head_ref != ''
- name: Push Checkout
uses: actions/checkout@v2
if: github.head_ref == ''
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: ${{matrix.jdk}}
distribution: 'temurin'
- name: Build and test
run: ./.ci-build.sh