Skip to content

Merge pull request #10 from abcue/yujunz/disable-consolidated-instance #27

Merge pull request #10 from abcue/yujunz/disable-consolidated-instance

Merge pull request #10 from abcue/yujunz/disable-consolidated-instance #27

Workflow file for this run

name: Continuous Integration
on:
# See https://docs.github.com/en/actions/reference/events-that-trigger-workflows.
pull_request:
push:
branches:
- main
- next
jobs:
bazel-source-inspection:
runs-on: ubuntu-latest
steps:
- name: Check out VCS repository
uses: actions/checkout@v3
- name: Confirm Bazel files is formatted per "buildifier"
uses: thompsonja/bazel-buildifier@v0.4.0
with:
# See https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md.
warnings: -function-docstring,-module-docstring
buildifier_version: 6.1.0
build-test:
runs-on: ubuntu-latest
steps:
- name: Check out VCS repository
uses: actions/checkout@v3
- name: Build and test all Bazel targets
uses: ./.github/actions/build-test