The glamourous AI coding agent for your favourite terminal 💘
1name: lint 2on: 3 push: 4 pull_request: 5 6jobs: 7 lint: 8 uses: charmbracelet/meta/.github/workflows/lint.yml@main 9 with: 10 golangci_path: .golangci.yml 11 golangci_version: v2.4 12 timeout: 10m