Skip to content

.github/workflows: Migrate workflows to Blacksmith runners #256

.github/workflows: Migrate workflows to Blacksmith runners

.github/workflows: Migrate workflows to Blacksmith runners #256

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
os:
- blacksmith-4vcpu-ubuntu-2404
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: mise install
- run: mise exec -- go test ./...
- run: mise exec -- go build ./...
- run: mise exec -- go run ./tools/gendocs
- run: git diff --exit-code docs/cli