chore: restore upstream sync ancestry into coder_2_33 #93
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 |