Skip to content

add ?auto query param to README #22

add ?auto query param to README

add ?auto query param to README #22

Workflow file for this run

name: Go Lint
on: [push]
jobs:
test:
name: Lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2