Skip to content

chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.3 to 0.26.5 #270

chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.3 to 0.26.5

chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.3 to 0.26.5 #270

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 ./...