Skip to content

Update to bubbletea v2, lipgloss v2 and bubbles v2 #462

Update to bubbletea v2, lipgloss v2 and bubbles v2

Update to bubbletea v2, lipgloss v2 and bubbles v2 #462

Workflow file for this run

name: Build and Test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: stable
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...