Skip to content

chore: bump github.com/charmbracelet/bubbletea from 1.2.0 to 1.2.1 #254

chore: bump github.com/charmbracelet/bubbletea from 1.2.0 to 1.2.1

chore: bump github.com/charmbracelet/bubbletea from 1.2.0 to 1.2.1 #254

Workflow file for this run

name: golang-linter
on:
push:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6