mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-21 13:51:28 +01:00
Fix job name in test workflow.
This commit is contained in:
parent
5886d8c11c
commit
6f8162e2c1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
with:
|
||||
globs: test/errors.md
|
||||
one-glob-pattern:
|
||||
name: One glob (*.md, 3 errors)
|
||||
name: One glob (*.md, 0 errors)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue