Skip to content

build(deps-dev): bump mypy from 1.18.2 to 1.19.0 #589

build(deps-dev): bump mypy from 1.18.2 to 1.19.0

build(deps-dev): bump mypy from 1.18.2 to 1.19.0 #589

Workflow file for this run

name: Markdown
on:
push:
paths:
- '**/*.md' # Watch for changes in any markdown files
workflow_dispatch:
release:
types: [published]
permissions:
contents: read
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: lint markdown
uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
with:
globs: '**/*.md'