Skip to content

build(deps): bump werkzeug from 3.0.2 to 3.0.6 in the pip group #71

build(deps): bump werkzeug from 3.0.2 to 3.0.6 in the pip group

build(deps): bump werkzeug from 3.0.2 to 3.0.6 in the pip group #71

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'