Skip to content

Merge pull request #7026 from dotnet/main #1686

Merge pull request #7026 from dotnet/main

Merge pull request #7026 from dotnet/main #1686

Workflow file for this run

name: Markdownlint
on:
push:
paths:
- "**/*.md"
pull_request:
paths:
- "**/*.md"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #@v2
- name: Use Node.js
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a #@v1
with:
node-version: 12.x
- name: Run Markdownlint
run: |
npm i -g [email protected]
markdownlint "**/*.md"