Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Wicentowski <[email protected]>
  • Loading branch information
duncdrum and joewiz authored Apr 11, 2024
1 parent 5372be9 commit db0300e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
# TODO(DP) Validate ?
- name: Ensure all XML files are well-formed
run: |
xmllint --noout \
$(find . -type f -name '*.xml')
find . -type f -name '*.xml' -print0 | xargs -0 xmllint -noout
# Build
- name: Setup Node.js
Expand Down

0 comments on commit db0300e

Please sign in to comment.