mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
[build] changed check
This commit is contained in:
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
@ -4,8 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- '*.md'
|
||||
- './**/*.md'
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
markdownlint:
|
||||
@ -14,5 +13,5 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v9
|
||||
with:
|
||||
globs: '*.md,./**/*.md'
|
||||
globs: '**.md'
|
||||
separator: ','
|
||||
|
||||
Reference in New Issue
Block a user