Skip to content

Bump bazelbuild/setup-bazelisk from 2.0.0 to 3.0.0 #42

Bump bazelbuild/setup-bazelisk from 2.0.0 to 3.0.0

Bump bazelbuild/setup-bazelisk from 2.0.0 to 3.0.0 #42

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 ...