Skip to content

feat: add second new line to force prod to use newline #72

feat: add second new line to force prod to use newline

feat: add second new line to force prod to use newline #72

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.22.5'
- run: 'go build ./cmd/terminal.go'