Skip to content

chore: bump dependency charm.land/log/v2 to v2.0.0 #1836

chore: bump dependency charm.land/log/v2 to v2.0.0

chore: bump dependency charm.land/log/v2 to v2.0.0 #1836

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
jobs:
build:
uses: charmbracelet/meta/.github/workflows/build.yml@main
secrets:
gh_pat: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "stable"
cache: true
- run: go test -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./... -timeout 5m
- uses: codecov/codecov-action@v5
with:
file: ./coverage.txt