Skip to content

Add SEO foundation: history mode, sitemap, robots.txt, JSON-LD, meta … #19

Add SEO foundation: history mode, sitemap, robots.txt, JSON-LD, meta …

Add SEO foundation: history mode, sitemap, robots.txt, JSON-LD, meta … #19

Workflow file for this run

name: Markdown Lint
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
markdownlint:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: '**/*.md'
config: '.markdownlint.yml'