Skip to content
check-square

GitHub Action

xmllint problem matcher

v1.2.0 Latest version

xmllint problem matcher

check-square

xmllint problem matcher

Shows xmllint errors as annotation (with file and code line) in GitHub Actions

Installation

Copy and paste the following snippet into your .yml file.

              

- name: xmllint problem matcher

uses: korelstar/xmllint-problem-matcher@v1.2.0

Learn more about this action in korelstar/xmllint-problem-matcher

Choose a version

xmllint-problem-matcher

This problem matcher lets you show errors from xmllint as annotation in GitHub Actions.

Usage

Add the step to your workflow, before xmllint is called.

    - uses: korelstar/xmllint-problem-matcher@v1