Skip to content

chore(deps): bump github.com/charmbracelet/bubbletea from 1.1.1 to 1.2.4 #253

chore(deps): bump github.com/charmbracelet/bubbletea from 1.1.1 to 1.2.4

chore(deps): bump github.com/charmbracelet/bubbletea from 1.1.1 to 1.2.4 #253

Workflow file for this run

name: Test On Push
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
- uses: actions/checkout@v4
- name: Install dependencies
run: go mod tidy
- name: Run tests
run: CI=true go test ./...