Skip to content

build(deps-dev): bump pytest from 7.4.0 to 7.4.1 #134

build(deps-dev): bump pytest from 7.4.0 to 7.4.1

build(deps-dev): bump pytest from 7.4.0 to 7.4.1 #134

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'