Skip to content

fix(deps): update dependency markdownlint-cli to v0.37.0 #281

fix(deps): update dependency markdownlint-cli to v0.37.0

fix(deps): update dependency markdownlint-cli to v0.37.0 #281

Workflow file for this run

name: markdown-lint
# Controls when the action will run.
on:
push:
branches: [ master ]
pull_request:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
lint-changelog:
name: Lint docs
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Lint all markdownfiles
run: |
npm install
node_modules/.bin/markdownlint ./ --ignore node_modules