mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-06-30 23:19:41 +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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# markdownlint-cli2-action
|
||||
|
||||
A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library
|
||||
A GitHub Action to run the markdownlint-cli2 tool for linting
|
||||
Markdown/CommonMark files with the markdownlint library
|
||||
|
||||
## Inputs
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# File with Markdown issues
|
||||
|
||||
Text text text.
|
||||
|
||||
|
||||
Text text text.
|
||||
Reference in New Issue
Block a user