Skip to content

#49 fix: generating with size 1 #83

#49 fix: generating with size 1

#49 fix: generating with size 1 #83

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Run golangci-lint
uses: actions-contrib/golangci-lint@v1