Skip to content

fix(starr): Match anime scores between docs and JSON (#1520) #434

fix(starr): Match anime scores between docs and JSON (#1520)

fix(starr): Match anime scores between docs and JSON (#1520) #434

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