Skip to content

Replace calyptia/go-bubble-table with charmbracelet/bubbles/table (#4) #8

Replace calyptia/go-bubble-table with charmbracelet/bubbles/table (#4)

Replace calyptia/go-bubble-table with charmbracelet/bubbles/table (#4) #8

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- run: go test -v ./...