Skip to content

refactor: split app.go into per-screen files #19

refactor: split app.go into per-screen files

refactor: split app.go into per-screen files #19

Workflow file for this run

name: Build
on:
pull_request:
types: [closed]
branches: [main]
jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go build -ldflags="-s -w" -o unic ./cmd/unic