Skip to content

Bump github.com/jedib0t/go-pretty/v6 from 6.4.6 to 6.6.5 #25

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

Bump github.com/jedib0t/go-pretty/v6 from 6.4.6 to 6.6.5 #25

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- run: go test ./...
- run: go vet ./...
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Build
run: |
mkdir -p dist
go build -v -o dist -race ./...
- name: Smoke test
run: |
./dist/gh-i --version
./dist/gh-i --help