Skip to content

fix: add .bazelignore, rename test to check, fix license badge #19

fix: add .bazelignore, rename test to check, fix license badge

fix: add .bazelignore, rename test to check, fix license badge #19

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
bazel:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build & Test
run: nix develop --command bazel test //...