Skip to content

Update 2.6.0-release.md #1077

Update 2.6.0-release.md

Update 2.6.0-release.md #1077

Workflow file for this run

name: ❄️ Lint
on: [pull_request]
jobs:
markdownlint:
name: 🍇 Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: 🚀 Use Node.js
uses: actions/setup-node@v2.4.0
with:
node-version: '12.x'
- run: npm install -g markdownlint-cli@0.25.0
- run: markdownlint '**/*.md' --ignore node_modules --config ./.github/.markdownlint.yml