Skip to content

docs: Improved client docs (#99) #104

docs: Improved client docs (#99)

docs: Improved client docs (#99) #104

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: setup go
uses: actions/setup-go@v3
with:
go-version: "1.22.4"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.59.1