0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

Fix job name in test workflow.

This commit is contained in:
David Anson 2022-07-31 11:34:03 -07:00
parent 5886d8c11c
commit 6f8162e2c1

View file

@ -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