chore(deps): bump github.com/charmbracelet/bubbletea in the all group #1058
Workflow file for this run
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: lint | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| golangci: | |
| name: lint | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - name: golangci-lint | |
| uses: golangci/[email protected] | |
| with: | |
| # Optional: golangci-lint command line arguments. | |
| args: --issues-exit-code=0 | |
| # Optional: show only new issues if it's a pull request. The default value is `false`. | |
| only-new-issues: true |