Skip to content

[AUT-11081] Improve readme. Add information about the required client.tenant_id config parameter #85

[AUT-11081] Improve readme. Add information about the required client.tenant_id config parameter

[AUT-11081] Improve readme. Add information about the required client.tenant_id config parameter #85

Workflow file for this run

name: lint
on:
push:
branches:
- master
- dev
pull_request:
permissions:
contents: read
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.21'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m