Skip to content

docs: link to website in README #73

docs: link to website in README

docs: link to website in README #73

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'