Build AI agents with Go. Multiple providers, multiple models, one API 🧙
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 timeout: 10m