Skip to content

Add Roslyn source generator samples with attribute-based member gener… #1707

Add Roslyn source generator samples with attribute-based member gener…

Add Roslyn source generator samples with attribute-based member gener… #1707

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@0c366fd6a839edf440554fa01a7085ccba70ac98 #@v2
- name: Use Node.js
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #@v1
with:
node-version: 12.x
- name: Run Markdownlint
run: |
npm i -g markdownlint-cli@0.22.0
markdownlint "**/*.md"