Skip to content

Merge pull request #82 from veblush/gw-a #1

Merge pull request #82 from veblush/gw-a

Merge pull request #82 from veblush/gw-a #1

Workflow file for this run

name: Bazel Build

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
push: {}
pull_request: {}
jobs:
build:
name: Build everything
runs-on: ubuntu-latest
steps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- name: Mount bazel cache
uses: actions/cache@v4
with:
path: "~/.cache/bazel"
key: bazel
- name: Build
run: bazel build //...