Skip to content

[shaping] add support for custom letter and word spacing #745

[shaping] add support for custom letter and word spacing

[shaping] add support for custom letter and word spacing #745

Workflow file for this run

name: Test
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.17.x, 1.20.x, 1.21.x]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: WillAbides/[email protected]
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test ./...
- name: Build without tests
run: go build ./...