Skip to content

Merge pull request #65 from pomodorox/main #120

Merge pull request #65 from pomodorox/main

Merge pull request #65 from pomodorox/main #120

Workflow file for this run

name: "build and test"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v1
- run: bazel build //... && bazel test //...