Skip to content

feat: Implement and integrate a Config Discovery Service (CDS) client #256

feat: Implement and integrate a Config Discovery Service (CDS) client

feat: Implement and integrate a Config Discovery Service (CDS) client #256

Workflow file for this run

name: Linter
on:
push:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
branches:
- '*'
tags-ignore:
- '*'
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Checkout code
uses: actions/checkout@v3
- name: Run linters
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 3m --issues-exit-code=0