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