Skip to content

Add markdown linting #21

Add markdown linting

Add markdown linting #21

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@v4
#- name: Set up Node.js
#uses: actions/setup-node@v1
#with:
#node-version: '12'
#- name: Lint Markdown files
#uses: nosborn/[email protected]
#with:
#files: .
#dot: false
#ignore_files: documentation/developers/docstring/*
#- name: Lint Markdown files
#uses: igorshubovych/markdownlint-cli@master
#with:
#config: .markdownlint.json
#ignore: node_modules/
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
globs: |
README.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
documentation/**/*.md
installation/**/*.md
!documentation/developers/docstring/*
continue-on-error: true