revert actions

This commit is contained in:
Aleksandr
2023-03-02 17:28:29 +03:00
parent 1ada97c409
commit 6b740baf73

View File

@ -5,8 +5,7 @@ on:
push:
paths:
- '*.md'
- 'develop/**.md'
- 'scripts/**.md'
- 'develop/*.md'
jobs:
markdownlint:
@ -15,5 +14,5 @@ jobs:
- uses: actions/checkout@v3
- uses: DavidAnson/markdownlint-cli2-action@v9
with:
globs: '**.md,develop/**.md,scripts/**.md'
separator: ','
globs: '*.md,develop/*.md'
separator: ','