mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-01 07:29:44 +02:00
Add passing/failing file and no/one glob to tests.
This commit is contained in:
@@ -13,5 +13,9 @@ jobs:
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: No inputs
|
||||
- name: No globs (README.md, no errors)
|
||||
uses: ./
|
||||
- name: One glob (test/error.md, errors)
|
||||
uses: ./
|
||||
with:
|
||||
glob: test/error.md
|
||||
|
||||
Reference in New Issue
Block a user