Skip to content

Commit 6c28ce8

Browse files
authored
Fix find call in xml.yml
1 parent 691b39c commit 6c28ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/xml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
find .
4343
-iname '*.xml'
4444
-type f
45-
-exec xmllint --noout {} \+
45+
-exec xmllint --noout {} \\+

0 commit comments

Comments
 (0)