Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 (#1983) #938

Bump jinja2 from 3.1.2 to 3.1.3 (#1983)

Bump jinja2 from 3.1.2 to 3.1.3 (#1983) #938

Workflow file for this run

name: Lint Markdown
on:
push:
branches:
- master
pull_request:
jobs:
mdl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.yaml
ignore: 'tests/'