Refine xmlstarlet options (#1159)

* print verbose error messages on stderr

* list only files which do not validate
This commit is contained in:
Piotrek Żygieło 2019-01-07 22:18:22 +01:00 committed by Eric Cornelissen
parent 1eae489b75
commit 6409bdb648

View File

@ -7,7 +7,7 @@ jobs:
- sudo apt-get install -y xmlstarlet
node_js: 8
script:
- xmlstarlet validate --well-formed icons/*.svg
- xmlstarlet validate --err --list-bad --well-formed icons/*.svg
- npm run jsonlint
- npm run svglint
- name: "Build website"