Skip to content

chore: bump github.com/charmbracelet/bubbletea from 0.26.6 to 0.27.0 #60

chore: bump github.com/charmbracelet/bubbletea from 0.26.6 to 0.27.0

chore: bump github.com/charmbracelet/bubbletea from 0.26.6 to 0.27.0 #60

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: Test
jobs:
go-test:
name: Go Tests
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.22.x
check-latest: true
- name: Checkout code
uses: actions/checkout@v4
- name: Run Go Tests with Coverage
run: make test
- name: Static checker
uses: dominikh/[email protected]
with:
install-go: false