Skip to content

docs: clients: spell fix and better citations #105

docs: clients: spell fix and better citations

docs: clients: spell fix and better citations #105

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