Skip to content

build(deps): bump python from 3.11.5-slim to 3.12.0-slim #139

build(deps): bump python from 3.11.5-slim to 3.12.0-slim

build(deps): bump python from 3.11.5-slim to 3.12.0-slim #139

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'