Skip to content

Add bazel lock files #35

Add bazel lock files

Add bazel lock files #35

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Test build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- uses: bazelbuild/setup-bazelisk@v2
- run: bazel build //:install