Skip to content

added package level doc strings. (#441) #61

added package level doc strings. (#441)

added package level doc strings. (#441) #61

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: -c .golangci.yml