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.
2 parents d05b3ca + a223215 commit dbda80eCopy full SHA for dbda80e
.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 xml file.
48
# @link http://xmlsoft.org/xmllint.html
0 commit comments