Skip to content

Add markdown linting #9

Add markdown linting

Add markdown linting #9

Workflow file for this run

name: Markdown Linting
on:
push:
branches:
- 'future3/**'
paths:
- '**.md'
pull_request:
branches:
- 'future3/**'
paths:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '12'
- name: Lint Markdown files
uses: igorshubovych/[email protected]
with:
config: .markdownlint.json
#ignore: node_modules/
#steps:
#- uses: actions/checkout@v4
#- uses: DavidAnson/markdownlint-cli2-action@v15
#with:
#globs: |
#README.md
#CODE_OF_CONDUCT.md
#CONTRIBUTING.md
#documentation/**/*.md
#installation/**/*.md
#continue-on-error: true