Skip to content

move deprecated protos to the end of the file #20

move deprecated protos to the end of the file

move deprecated protos to the end of the file #20

Workflow file for this run

name: Testing
on:
push:
pull_request:
permissions:
contents: read
env:
USE_BAZEL_VERSION: 5.0.0
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Run bazel build
run: bazelisk build //...