Skip to content

Commit b40270d

Browse files
authored
Update static_checks.yml
1 parent 51447c5 commit b40270d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232

3333
- name: XML validation via xmllint
3434
run: |
35-
xmllint --noout data/io.github.flattool.Ignition.gschema.xml data/io.github.flattool.Ignition.metainfo.xml.in src/io.github.flattool.Ignition.data.gresource.xml src/io.github.flattool.Ignition.src.gresource.xml
35+
find data src -type f -name "*.xml" -print0 | xargs -0 xmllint --nooutfind data src -type f -name "*.xml" -print0 | xargs -0 xmllint --noout
3636

0 commit comments

Comments
 (0)