Skip to content

chore(deps-dev): Update ruff requirement from >=0.16.3 to >=0.16.4 #355

chore(deps-dev): Update ruff requirement from >=0.16.3 to >=0.16.4

chore(deps-dev): Update ruff requirement from >=0.16.3 to >=0.16.4 #355

Workflow file for this run

name: Markdown Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "31 1,12 * * *"
workflow_dispatch:
jobs:
markdownlint:
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: DavidAnson/markdownlint-cli2-action@v24
with:
globs: "**/*.md"