Skip to content

fix: handle missing sandbox remote refs #5

fix: handle missing sandbox remote refs

fix: handle missing sandbox remote refs #5

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: mise install
- run: mise exec -- go test ./...