fix(ansi): erase display consts names #210
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
# auto-generated by scripts/dependabot. DO NOT EDIT. | |
name: higherorder | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
paths: | |
- exp/higherorder/** | |
- .github/workflows/higherorder.yml | |
jobs: | |
build: | |
strategy: | |
matrix: | |
os: [ubuntu-latest, macos-latest, windows-latest] | |
runs-on: ${{ matrix.os }} | |
defaults: | |
run: | |
working-directory: ./exp/higherorder | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v5 | |
with: | |
go-version-file: ./exp/higherorder/go.mod | |
cache: true | |
cache-dependency-path: ./exp/higherorder/go.sum | |
- run: go build -v ./... | |
- run: go test -race -v ./... |