Skip to content

build(deps-dev): bump setuptools from 75.0.0 to 75.1.0 #67

build(deps-dev): bump setuptools from 75.0.0 to 75.1.0

build(deps-dev): bump setuptools from 75.0.0 to 75.1.0 #67

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'