(v2) feat: add color profiles and detect the terminal profile on program run #3280
Workflow file for this run
This file contains 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 | |
build-go-mod: | |
uses: charmbracelet/meta/.github/workflows/build.yml@main | |
with: | |
go-version: "" | |
go-version-file: ./go.mod | |
build-examples: | |
uses: charmbracelet/meta/.github/workflows/build.yml@main | |
with: | |
go-version: "" | |
go-version-file: ./examples/go.mod | |
working-directory: ./examples |