Skip to content

Fixed some errors that is not of mdlint standard #130

Fixed some errors that is not of mdlint standard

Fixed some errors that is not of mdlint standard #130

Workflow file for this run

jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
globs: '**/*.md'
on:
pull_request_target:
push:
workflow_dispatch:
permissions: {}