Skip to content

build(deps): bump actions/checkout from 2 to 4 #55

build(deps): bump actions/checkout from 2 to 4

build(deps): bump actions/checkout from 2 to 4 #55

Workflow file for this run

name: CI
on:
push: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test fetch
run: bazel fetch //...
- name: Test
run: bazel test //...
test-mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: bazel test //...