Skip to content

Use nose-py3

Use nose-py3 #819

Workflow file for this run

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