Skip to content

agent/csi/plugin, manager/csi: un-export nodePlugin.Client #525

agent/csi/plugin, manager/csi: un-export nodePlugin.Client

agent/csi/plugin, manager/csi: un-export nodePlugin.Client #525

Workflow file for this run

name: validate
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- master
- main
pull_request:
env:
DOCKER_SWARMKIT_USE_CONTAINER: 1
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
target:
- lint
- generate-validate
- vendor-validate
steps:
-
name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
-
name: Run
run: |
make ${{ matrix.target }}