Skip to content

Bump com.google.googlejavaformat:google-java-format [1.21.0 -> 1.22.0] #399

Bump com.google.googlejavaformat:google-java-format [1.21.0 -> 1.22.0]

Bump com.google.googlejavaformat:google-java-format [1.21.0 -> 1.22.0] #399

Workflow file for this run

name: Java CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.cache/bazel
key: ${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE') }}
restore-keys: ${{ runner.os }}-bazel-
- run: make ci