Skip to content

issue #43: update config file #19

issue #43: update config file

issue #43: update config file #19

name: Check Markdown links
on:
workflow_call:
push:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Validating links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'mlc_config.json'
- name: Verify line 80 wrap
uses: DavidAnson/markdownlint-cli2-action@v14
with:
config: .markdownlint.json
if: always() # Run step even if previous steps fail.