Skip to content

add examples lib for calling into client functions #18

add examples lib for calling into client functions

add examples lib for calling into client functions #18

name: golangci-lint
on:
push:
branches:
- main
pull_request:
env:
GOPATH: /home/runner/go
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
cache: false
go-version: '1.22.6'
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: 'latest'
args: '--timeout=60m'
skip-cache: true