Skip to content

NEXT-30112 - Flow builder action is not documented correctly for shopware6.5 #3197

NEXT-30112 - Flow builder action is not documented correctly for shopware6.5

NEXT-30112 - Flow builder action is not documented correctly for shopware6.5 #3197

name: markdown-style-check
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint-docs:
name: Documentation Markdown Linter
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Lint changelog file
uses: docker://avtodev/markdown-lint:v1.5
with:
config: 'markdown-style-config.yml'
args: './'
ignore: './resources/guidelines/code/core/* ./resources/references/* ./adr/* ./'