Skip to content

Make the json mode toggleable #34

Make the json mode toggleable

Make the json mode toggleable #34

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
env:
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
strategy:
matrix:
os: [ubuntu-20.04]
bazel_version: [bazelbuild/5.4.1, bazelbuild/6.4.0]
steps:
- uses: actions/checkout@v3
- run: ./scripts/format.sh check
- run: ./tests/run_tests.sh