Skip to content

build(deps): bump markdown from 3.4.4 to 3.5 #138

build(deps): bump markdown from 3.4.4 to 3.5

build(deps): bump markdown from 3.4.4 to 3.5 #138

Workflow file for this run

name: Markdownlint
on: [push]
jobs:
lint-markdown:
name: lint_markdown
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: lint_markdown
uses: docker://avtodev/markdown-lint:v1
with:
args: './*.md'
ignore: './test/output.md ./test/custom-template-keywords.md ./EXAMPLE_OUTPUT.md'