Skip to content

feat(kubernetes): model the label selector, and the pods it selects [FIX-637] #289

feat(kubernetes): model the label selector, and the pods it selects [FIX-637]

feat(kubernetes): model the label selector, and the pods it selects [FIX-637] #289

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- main
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make lint