File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ # Managed by modulesync - DO NOT EDIT
3+ # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4+
5+ name : Markdown Lint
6+
7+ on :
8+ pull_request :
9+ branches :
10+ - main
11+ workflow_dispatch :
12+
13+ permissions :
14+ contents : read
15+
16+ jobs :
17+ markdown-lint :
18+ runs-on : ubuntu-latest
19+ steps :
20+ - uses : actions/checkout@v6
21+ - uses : DavidAnson/markdownlint-cli2-action@v22
22+ with :
23+ globs : ' **/*.md'
Original file line number Diff line number Diff line change 1+ ---
2+ # Managed by modulesync - DO NOT EDIT
3+ # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4+
5+ ignores :
6+ - .github/**
7+ - .idea/**
8+ - .vendor/**
9+ - .vscode/**
10+ - CHANGELOG.md
11+ - test/**
12+ - vendor/**
Original file line number Diff line number Diff line change 1+ ---
2+ # Managed by modulesync - DO NOT EDIT
3+ # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4+
5+ default : true
6+
7+ line-length :
8+ line_length : 210
9+
10+ no-inline-html :
11+ allowed_elements :
12+ - br
13+
14+ descriptive-link-text : false
You can’t perform that action at this time.
0 commit comments