Skip to content

Bump github.com/charmbracelet/bubbletea from 1.3.4 to 1.3.6 #34

Bump github.com/charmbracelet/bubbletea from 1.3.4 to 1.3.6

Bump github.com/charmbracelet/bubbletea from 1.3.4 to 1.3.6 #34

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: '^1.25.0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.1