Skip to content

Update eventuals in git_repository bazel rule (#107) #221

Update eventuals in git_repository bazel rule (#107)

Update eventuals in git_repository bazel rule (#107) #221

Workflow file for this run

on:
push:
branches:
- "main"
pull_request:
branches:
- "**"
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build all examples
run: bazel build ...
shell: bash