Skip to content

Update 2023-09-06-fixed-headless-cms-plugin.md #1586

Update 2023-09-06-fixed-headless-cms-plugin.md

Update 2023-09-06-fixed-headless-cms-plugin.md #1586

Workflow file for this run

name: Markdown Reviewer
on: [pull_request]
jobs:
markdownlint:
name: runner / markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
filter_mode: file
markdownlint_flags: --disable MD013 -- .