Skip to content

chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.7 to 6.6.8 #390

chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.7 to 6.6.8

chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.7 to 6.6.8 #390

Workflow file for this run

name: GoTests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test-go:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.22.8
- uses: actions/[email protected]
- name: Install gotestsum
shell: bash
run: go install gotest.tools/gotestsum@latest
- name: Run tests
run: gotestsum ./...