Skip to content

Filled afterword and other blank contents. #346

Filled afterword and other blank contents.

Filled afterword and other blank contents. #346

Workflow file for this run

name: Markdownlint
on:
push:
branches:
- "main"
paths:
- "**/*.md"
- ".markdownlint.json"
- ".github/workflows/markdownlint.yml"
- ".github/workflows/markdownlint-problem-matcher.json"
pull_request:
paths:
- "**/*.md"
- ".markdownlint.json"
- ".github/workflows/markdownlint.yml"
- ".github/workflows/markdownlint-problem-matcher.json"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16'
cache: npm
- name: Install Dependent Module
run: npm ci
- name: Run Markdownlint
run: npm run markdownlint