Skip to content

Bump github.com/jedib0t/go-pretty/v6 from 6.6.3 to 6.6.5 #128

Bump github.com/jedib0t/go-pretty/v6 from 6.6.3 to 6.6.5

Bump github.com/jedib0t/go-pretty/v6 from 6.6.3 to 6.6.5 #128

Workflow file for this run

name: ci
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ^1.22
- uses: golangci/[email protected]
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ^1.22
- run: make test