feat(anthropic): add document support for pdf and text file content b… #1183
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: | |
| lint: | |
| uses: charmbracelet/meta/.github/workflows/lint.yml@main | |
| with: | |
| golangci_path: .golangci.yml | |
| golangci_version: v2.9 | |
| timeout: 10m |