Skip to content

Bump github.com/mattn/go-runewidth from 0.0.16 to 0.0.19 #442

Bump github.com/mattn/go-runewidth from 0.0.16 to 0.0.19

Bump github.com/mattn/go-runewidth from 0.0.16 to 0.0.19 #442

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- master
- '**'
permissions:
contents: read
pull-requests: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-go
- uses: ./.github/actions/codegen-and-test