Skip to content

chore(deps): Bump github.com/jedib0t/go-pretty/v6 from 6.6.1 to 6.6.5 #11

chore(deps): Bump github.com/jedib0t/go-pretty/v6 from 6.6.1 to 6.6.5

chore(deps): Bump github.com/jedib0t/go-pretty/v6 from 6.6.1 to 6.6.5 #11

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.5
- name: Test
run: go test -v ./...