Skip to content

fix: apply header style correctly #143

fix: apply header style correctly

fix: apply header style correctly #143

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/terminal.go'