Skip to content

chore(deps): bump github.com/charmbracelet/bubbles from 0.18.0 to 0.20.0 #292

chore(deps): bump github.com/charmbracelet/bubbles from 0.18.0 to 0.20.0

chore(deps): bump github.com/charmbracelet/bubbles from 0.18.0 to 0.20.0 #292

Workflow file for this run

name: testing
on: [push, pull_request]
jobs:
testing:
runs-on: ubuntu-latest
steps:
-
name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'true'
-
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
-
name: test
run: go test -v ./...