Skip to content

feat(starr): add RlsGrp ZNM to Bad Dual Groups #601

feat(starr): add RlsGrp ZNM to Bad Dual Groups

feat(starr): add RlsGrp ZNM to Bad Dual Groups #601

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 \
.