Skip to content

Update dependency rugged to v1.9.6 #232

Update dependency rugged to v1.9.6

Update dependency rugged to v1.9.6 #232

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@v7
- uses: DavidAnson/markdownlint-cli2-action@v23
with:
globs: '**/*.md'