Skip to content

Merge pull request #29 from EladLeev/renovate/confluentinc-cp-zookeep… #36

Merge pull request #29 from EladLeev/renovate/confluentinc-cp-zookeep…

Merge pull request #29 from EladLeev/renovate/confluentinc-cp-zookeep… #36

Workflow file for this run

name: golangci-lint
on:
branches: [main]
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.19'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest