mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
25 lines
628 B
YAML
25 lines
628 B
YAML
name: Pull request Markdown
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
- next
|
|
paths:
|
|
- "**/*.md"
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: depot-ubuntu-24.04-arm
|
|
steps:
|
|
- uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
|
|
- uses: DavidAnson/markdownlint-cli2-action@29b4789128417bf7fb32869380e9f0a08c651f13
|
|
with:
|
|
globs: |
|
|
**/*.md
|
|
#ROME_CHANGELOG.md
|
|
#GOVERNANCE.md
|
|
#**/node_modules
|
|
#xtask/coverage
|
|
#target
|
|
#crates/biome_markdown_parser/tests
|
|
#crates/biome_js_formatter/report*.md
|