Skip to content

build(deps): bump github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0 #53

build(deps): bump github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0

build(deps): bump github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0 #53

Workflow file for this run

---
name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: Set up Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version: 1.23
- name: Lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
- name: Test
run: go test -race -v -short ./...