use xmllint-problem-matcher

This commit is contained in:
korelstar 2020-02-13 12:44:56 +01:00
parent 882dbb87f1
commit b146bdd9ac
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ jobs:
uses: actions/checkout@master
- name: Setup xmllint
run: sudo apt-get install --no-install-recommends -y libxml2-utils
- name: Setup xmllint problem matcher
uses: korelstar/xmllint-problem-matcher@master
- name: lint XML
run: make lint-xml