diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1195dcb..f8d807f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,8 @@ jobs: # Show violations inline in the file diff. # @link https://github.com/marketplace/actions/xmllint-problem-matcher - - uses: korelstar/xmllint-problem-matcher@v1 + - name: Enable showing XML issues inline + uses: korelstar/xmllint-problem-matcher@v1 # Validate the xml file. # @link http://xmlsoft.org/xmllint.html