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 0eeab2f commit a1b963fCopy full SHA for a1b963f
.github/workflows/basics.yml
@@ -62,7 +62,8 @@ jobs:
62
63
# Show XML violations inline in the file diff.
64
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
65
- - uses: korelstar/xmllint-problem-matcher@v1
+ - name: Enable showing XML issues inline
66
+ uses: korelstar/xmllint-problem-matcher@v1
67
68
# Validate the Ruleset XML file.
69
# @link http://xmlsoft.org/xmllint.html
0 commit comments