Skip to content

chore(deps): bump github.com/charmbracelet/bubbletea from 0.25.0 to 0.26.4 #330

chore(deps): bump github.com/charmbracelet/bubbletea from 0.25.0 to 0.26.4

chore(deps): bump github.com/charmbracelet/bubbletea from 0.25.0 to 0.26.4 #330

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true # tmp
- name: fmt
run: make fmt
- name: Build
run: make build