Skip to content

Commit f198d62

Browse files
authored
Update xml.yml
1 parent 5a11087 commit f198d62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/xml.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ jobs:
4242
find .
4343
-iname '*.xml'
4444
-type f
45-
-exec xmllint --noout {} \;
45+
-print0
46+
| xargs -0 -r -n1 xmllint --noout '{}'

0 commit comments

Comments
 (0)