Skip to content

Commit b282003

Browse files
committed
attempt to fix xml.yml
1 parent 0102ad4 commit b282003

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/xml.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,5 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: docker://pipelinecomponents/xmllint
4040
with:
41-
args: >-
42-
find .
43-
-iname '*.xml'
44-
-type f
45-
-exec xmllint --noout {} \+
41+
# yamllint disable-line rule:line-length
42+
args: /bin/sh -c "find . -iname '*.xml' -type f -exec xmllint --noout {} \+"

0 commit comments

Comments
 (0)