Skip to content

Switch to bzlmod

Switch to bzlmod #51

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: bazelbuild/[email protected]
- name: Mount bazel cache
uses: actions/[email protected]
with:
path: "~/.cache/bazel"
key: bazel
- run: bazel build ...