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 5a11087 commit f198d62Copy full SHA for f198d62
.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 -n1 xmllint --noout '{}'
0 commit comments