Skip to content

chore: updated linting config, relinted #35

chore: updated linting config, relinted

chore: updated linting config, relinted #35

Workflow file for this run

name: Go Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.x
- uses: actions/checkout@v2
- run: go test