Skip to content

chore(deps): bump github.com/charmbracelet/bubbletea from 0.24.2 to 0.25.0 #12

chore(deps): bump github.com/charmbracelet/bubbletea from 0.24.2 to 0.25.0

chore(deps): bump github.com/charmbracelet/bubbletea from 0.24.2 to 0.25.0 #12

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: stable
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest