Skip to content

Adding networking recipe release notes for 23.07 #534

Adding networking recipe release notes for 23.07

Adding networking recipe release notes for 23.07 #534

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'