Skip to content

chore(deps): bump sigs.k8s.io/kind from 0.24.0 to 0.25.0 in the kubernetes group #14

chore(deps): bump sigs.k8s.io/kind from 0.24.0 to 0.25.0 in the kubernetes group

chore(deps): bump sigs.k8s.io/kind from 0.24.0 to 0.25.0 in the kubernetes group #14

Workflow file for this run

name: "Lint code"
on:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
go-version: 1.21
- uses: actions/[email protected]
- name: "Lint the code"
run: make lint
- name: "Verify generate"
run: ./hack/verify-generate.sh
- name: "Verify go clean"
run: ./hack/verify-go-clean.sh