Skip to content

Add a tidy command. #14

Add a tidy command.

Add a tidy command. #14

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.x
- name: Build
run: go build -v .