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 691b39c commit a42380cCopy full SHA for a42380c
.github/workflows/xml.yml
@@ -42,4 +42,5 @@ jobs:
42
find .
43
-iname '*.xml'
44
-type f
45
- -exec xmllint --noout {} \+
+ -print0
46
+ | xargs -0 -r xmllint --noout
0 commit comments