Skip to content

Fixed some errors that not of mdlint standard (執手尾) (Second Time) #112

Fixed some errors that not of mdlint standard (執手尾) (Second Time)

Fixed some errors that not of mdlint standard (執手尾) (Second Time) #112

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: {}