Skip to content

chore(bazel): add MODULE.bazel files for bzlmod #133

chore(bazel): add MODULE.bazel files for bzlmod

chore(bazel): add MODULE.bazel files for bzlmod #133

Workflow file for this run

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