Skip to content

pkg/cri: remove support for the obsolete v1alpha2 CRI protocol. #53

pkg/cri: remove support for the obsolete v1alpha2 CRI protocol.

pkg/cri: remove support for the obsolete v1alpha2 CRI protocol. #53

Workflow file for this run

name: Verify code
on:
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
verify:
uses: "./.github/workflows/common-verify-code.yaml"