Skip to content

describe the location of the history file in the README #22

describe the location of the history file in the README

describe the location of the history file in the README #22

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 'stable'
- name: Run tests
run: go test -cover ./...