Files
Apollo-11/.github/workflows/markdownlint.yml
Pádraic Slattery 247dd7d0d1
Some checks failed
Pull Request Labeler / labeler (push) Has been cancelled
markdownlint / delivery (push) Has been cancelled
chore: Update outdated GitHub Actions version (#963)
2026-01-22 06:10:28 +00:00

15 lines
380 B
YAML

name: markdownlint
on: [push, pull_request]
jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6
- name: Lint markdown
uses: DavidAnson/markdownlint-cli2-action@v19
with:
config: .markdownlint.yml
globs: '*.md,translations/*.md,Comanche055/*.md,Luminary099/*.md'
separator: ','