Skip to content

Minor cleanup in verhist command #8

Minor cleanup in verhist command

Minor cleanup in verhist command #8

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: go test -v ./...