Skip to content

fix(sqp-1): boost audio scores DD, DDP and DDPA (#1506) #340

fix(sqp-1): boost audio scores DD, DDP and DDPA (#1506)

fix(sqp-1): boost audio scores DD, DDP and DDPA (#1506) #340

Workflow file for this run

name: Lint - Markdown
on: [push, 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 \
.