Skip to content

Migrate to bzlmod

Migrate to bzlmod #51

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/[email protected]
- run: bazel build //...
- run: bazel test --test_output=errors //...