Skip to content

Updated IPDK Release notes with K8s infra offload recipe #541

Updated IPDK Release notes with K8s infra offload recipe

Updated IPDK Release notes with K8s infra offload recipe #541

Workflow file for this run

name: Linters
on:
push:
branches:
- main
- ipdk_v*
pull_request:
branches:
- main
- ipdk_v*
workflow_dispatch:
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: avto-dev/markdown-lint@v1.5.0
with:
args: '--config ./linters/mdl_config.yml ./*.md'