Skip to content

Enhance scheduling to respect MachinePool Ready condition #1857

Enhance scheduling to respect MachinePool Ready condition

Enhance scheduling to respect MachinePool Ready condition #1857

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.11