Skip to content

The library has been rewritten to work with generics and with simplif… #8

The library has been rewritten to work with generics and with simplif…

The library has been rewritten to work with generics and with simplif… #8

Workflow file for this run

name: linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Run linters
uses: golangci/golangci-lint-action@v2