We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761a89c commit d91c8edCopy full SHA for d91c8ed
.github/workflows/ci.yml
@@ -41,7 +41,8 @@ jobs:
41
42
# Show violations inline in the file diff.
43
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
44
- - uses: korelstar/xmllint-problem-matcher@v1
+ - name: Enable showing XML issues inline
45
+ uses: korelstar/xmllint-problem-matcher@v1
46
47
# Validate the composer.json file.
48
# @link https://getcomposer.org/doc/03-cli.md#validate
0 commit comments