Skip to content

refactor(cellbuf): rename Style to CellStyle and Hyperlink to CellLink #234

refactor(cellbuf): rename Style to CellStyle and Hyperlink to CellLink

refactor(cellbuf): rename Style to CellStyle and Hyperlink to CellLink #234

Workflow file for this run

# auto-generated by scripts/builds. DO NOT EDIT.
name: golden
on:
push:
branches:
- main
pull_request:
paths:
- exp/golden/**
- .github/workflows/golden.yml
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./exp/golden
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./exp/golden/go.mod
cache: true
cache-dependency-path: ./exp/golden/go.sum
- run: go build -v ./...
- run: go test -race -v ./...