Skip to content

feat: CNS-single-provider #1981

feat: CNS-single-provider

feat: CNS-single-provider #1981

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
uses: golangci/golangci-lint-action@v4
with:
args: --print-issued-lines --config .golangci.yml -v