Skip to content

update copy for kafka source #5161

update copy for kafka source

update copy for kafka source #5161

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
if: ${{ !(contains(github.head_ref, 'ui/')) || !(contains(github.head_ref, 'cms/')) }}
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
only-new-issues: true
args: --timeout 3m --verbose