Skip to content

cmd: properly close output file upon input error #52

cmd: properly close output file upon input error

cmd: properly close output file upon input error #52

Workflow file for this run

---
name: build
on:
push:
pull_request:
permissions: {}
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: go build ./...
- run: go test ./...
- run: go vet ./...