Skip to content

Explicitly specify protobuf 27.2, repin maven deps #455

Explicitly specify protobuf 27.2, repin maven deps

Explicitly specify protobuf 27.2, repin maven deps #455

Workflow file for this run

name: CI
on:
push: {}
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Build
run: |
bazel build //...
- name: Test
run: |
bazel test //...
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Lint
run: |
bazel run //infra:lint -- "$(pwd)"