Skip to content

sandbox: clean grandchild #67

sandbox: clean grandchild

sandbox: clean grandchild #67

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 ./...