[build] changed check

This commit is contained in:
Aleksandr
2023-03-02 16:49:17 +03:00
parent ca7f0f5951
commit fc01b4ad8a

View File

@ -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: ','