Skip to content

Commit a42380c

Browse files
committed
Fix find call in xml.yml
1 parent 691b39c commit a42380c

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 xmllint --noout

0 commit comments

Comments
 (0)