Skip to content

Add network policies for the multi-cluster setup. #2873

Add network policies for the multi-cluster setup.

Add network policies for the multi-cluster setup. #2873

Workflow file for this run

name: golint
on:
push:
branches:
- master
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --new-from-rev=HEAD~ --timeout 8m