Skip to content

#2 Added markdownlint config and workflow (#9) #6

#2 Added markdownlint config and workflow (#9)

#2 Added markdownlint config and workflow (#9) #6

Workflow file for this run

---
name: Markdown Check
on:
push:
paths:
- ".github/workflows/*"
- ".markdownlint.yaml"
- "**/*.md"
pull_request:
paths:
- ".github/workflows/*"
- ".markdownlint.yaml"
- "**/*.md"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Markdownlint
uses: nosborn/[email protected]
with:
config_file: .markdownlint.yaml
files: "**/*.md"
dot: true