Skip to content

docs: improve documentation #44

docs: improve documentation

docs: improve documentation #44

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Go Lint
uses: reviewdog/action-golangci-lint@v2