Skip to content

chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 #44

chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0

chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 #44

Workflow file for this run

---
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
name: Markdown Lint
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DavidAnson/markdownlint-cli2-action@v22
with:
globs: '**/*.md'