Skip to content

chore(version): 0.1.0 #9

chore(version): 0.1.0

chore(version): 0.1.0 #9

Workflow file for this run

name: main
on: [push]
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: bazelisk build ...