mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-22 06:06:23 +01:00
Fix file name typo in new test workflow.
This commit is contained in:
parent
2c0605ee91
commit
9a43d58805
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -18,4 +18,4 @@ jobs:
|
||||||
- name: One glob (test/error.md, errors)
|
- name: One glob (test/error.md, errors)
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
glob: test/error.md
|
glob: test/errors.md
|
||||||
|
|
Loading…
Reference in a new issue