Skip to content

chore(deps): update ghcr.io/k8snetworkplumbingwg/multus-cni docker tag to v4 #6

chore(deps): update ghcr.io/k8snetworkplumbingwg/multus-cni docker tag to v4

chore(deps): update ghcr.io/k8snetworkplumbingwg/multus-cni docker tag to v4 #6

Workflow file for this run

name: Lint YAML files
on:
pull_request:
paths:
- '**.yaml'
- '**.yml'
branches:
- main
jobs:
lint-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y yamllint
- run: make lint-yaml