Skip to content

IMPROVEMENT: activate three more mypy linters #6

IMPROVEMENT: activate three more mypy linters

IMPROVEMENT: activate three more mypy linters #6

Workflow file for this run

name: Markdown
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: lint markdown
uses: DavidAnson/markdownlint-cli2-action@v18
with:
globs: '**/*.md'