mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-08-04 05:28:13 +02:00
Convert glob input to globs to support multiple globs.
This commit is contained in:
@@ -18,4 +18,10 @@ jobs:
|
||||
- name: One glob (test/error.md, errors)
|
||||
uses: ./
|
||||
with:
|
||||
glob: test/errors.md
|
||||
globs: test/errors.md
|
||||
- name: Two globs (README.md and test/error.md, errors)
|
||||
uses: ./
|
||||
with:
|
||||
globs: |
|
||||
*.md
|
||||
test/*
|
||||
Reference in New Issue
Block a user