Skip to content

Bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.16 #105

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

Bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.16 #105

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Configure Git
run: |
git config --global core.autocrlf input
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: |
go test -v ./...