Skip to content

chore(deps): bump github.com/charmbracelet/bubbletea #269

chore(deps): bump github.com/charmbracelet/bubbletea

chore(deps): bump github.com/charmbracelet/bubbletea #269

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
-
name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'true'
-
name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --issues-exit-code=0
only-new-issues: true