Skip to content

chore(deps-dev): Update pytest-cov requirement from >=6.0.0 to >=7.1.0 #94

chore(deps-dev): Update pytest-cov requirement from >=6.0.0 to >=7.1.0

chore(deps-dev): Update pytest-cov requirement from >=6.0.0 to >=7.1.0 #94

Workflow file for this run

name: Markdown Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v24
with:
globs: "**/*.md"