We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0102ad4 commit b282003Copy full SHA for b282003
1 file changed
.github/workflows/xml.yml
@@ -38,8 +38,5 @@ jobs:
38
- uses: actions/checkout@v4
39
- uses: docker://pipelinecomponents/xmllint
40
with:
41
- args: >-
42
- find .
43
- -iname '*.xml'
44
- -type f
45
- -exec xmllint --noout {} \+
+ # yamllint disable-line rule:line-length
+ args: /bin/sh -c "find . -iname '*.xml' -type f -exec xmllint --noout {} \+"
0 commit comments