Skip to content

update(imax-descriptions): language and descriptions around imax(e) #1537

update(imax-descriptions): language and descriptions around imax(e)

update(imax-descriptions): language and descriptions around imax(e) #1537

Workflow file for this run

name: Lint - Markdown
on:
push:
branches:
- master
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: markdownlint
run: |
docker run --rm \
-v "${GITHUB_WORKSPACE}":/data \
markdownlint/markdownlint \
-r ~MD013,~MD033,~MD034,~MD046,~MD002,~MD041 \
.