Skip to content

cleanup: removes uneeded annotation when not using network policy #454

cleanup: removes uneeded annotation when not using network policy

cleanup: removes uneeded annotation when not using network policy #454

Workflow file for this run

name: lint
on:
pull_request:
jobs:
lint:
strategy:
matrix:
go: [1.21, 1.22]
name: lint
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Install golang"
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: "Run go vet"
run: "go vet ./pkg/..."