Skip to content

add examples CI

add examples CI #54

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
setup-bazel:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os:
- macos
- ubuntu
- windows
steps:

Check failure on line 21 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
- uses: actions/checkout@v4
with:
repository: bazelbuild/examples
path: examples
- uses: actions/checkout@v4
- uses: ./
- run: bazel build ...
working-directory: examples/java-tutorial
- if: failure() && runner.debug == '1'
uses: mxschmitt/action-tmate@v3