Skip to content

fix: quit pvt tui cleanly (#2) #10

fix: quit pvt tui cleanly (#2)

fix: quit pvt tui cleanly (#2) #10

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go build ./...
- run: go test ./...
- run: go vet ./...
- name: Check formatting
run: test -z "$(gofmt -s -l .)"