Skip to content

Update to v7.17.12 #835

Update to v7.17.12

Update to v7.17.12 #835

Workflow file for this run

name: Documentation
on:
push:
branches: [ release-7.x ]
pull_request:
branches: [ release-7.x ]
jobs:
markdown-check:
name: Check Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .github/workflows/mlc_config.json
- name: Lint
uses: avto-dev/markdown-lint@v1
with:
args: '**/*.md'
config: .github/workflows/lint/markdown.yaml