Skip to content

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

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

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

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@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Lint
uses: golangci/golangci-lint-action@v8
- name: Test
run: go test -race -v -short ./...