Skip to content

chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.2 to 0.26.5 #122

chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.2 to 0.26.5

chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.2 to 0.26.5 #122

Workflow file for this run

name: test
on: [push, pull_request]
permissions:
contents: read
pull-requests: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout reactea
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ">=1.18"
check-latest: true
- name: Run tests
run: go test -race -v -coverprofile=coverage.out ./...
- name: Upload coverage
uses: codecov/codecov-action@v3