build.yml

 1name: build
 2on:
 3  push:
 4    branches: [main]
 5  pull_request:
 6
 7jobs:
 8  build:
 9    uses: charmbracelet/meta/.github/workflows/build.yml@main
10    with:
11      go-version: ""
12      go-version-file: ./go.mod
13    secrets:
14      gh_pat: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"