Skip to content

Bump com.google.errorprone:error_prone_core from 2.22.0 to 2.23.0 #154

Bump com.google.errorprone:error_prone_core from 2.22.0 to 2.23.0

Bump com.google.errorprone:error_prone_core from 2.22.0 to 2.23.0 #154

Workflow file for this run

name: Conformance
on:
pull_request:
push:
tags:
- 'v*.*.*'
branches:
- 'main'
permissions:
contents: read
jobs:
conformance:
name: Conformance
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: Test conformance
run: make conformance