lint.yml 179 B

1234567891011
  1. name: lint
  2. on:
  3. push:
  4. pull_request:
  5. jobs:
  6. lint:
  7. uses: charmbracelet/meta/.github/workflows/lint.yml@main
  8. with:
  9. golangci_path: .golangci.yml
  10. timeout: 10m