Skip to content

feat: first four tracks as a part of summary #267

feat: first four tracks as a part of summary

feat: first four tracks as a part of summary #267

Workflow file for this run

name: build
on:
- push
- pull_request
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- run: 'go build ./cmd/lcp.go'