refactor: json check func should not be part of the public api #10
Workflow file for this run
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: build | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| uses: charmbracelet/meta/.github/workflows/build.yml@main | |
| with: | |
| go-version: "" | |
| go-version-file: ./go.mod | |
| secrets: | |
| gh_pat: "${{ secrets.PERSONAL_ACCESS_TOKEN }}" |