Skip to content

Merge remote-tracking branch 'origin' into healthx-demo-deep-linking #432

Merge remote-tracking branch 'origin' into healthx-demo-deep-linking

Merge remote-tracking branch 'origin' into healthx-demo-deep-linking #432

Workflow file for this run

name: Lint Markdown
on:
push:
paths:
- '**.md'
jobs:
lint-markdown:
name: Markdown-Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Markdown-Lint
uses: docker://avtodev/markdown-lint:v1
with:
args: './**/*.md'