Change selected
in the tutorial from a map to a bool slice for simplicity
#3706
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 |