Skip to content

Commit

Permalink
Update xml-syntax-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvz committed May 22, 2022
1 parent a635382 commit f103d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xml-syntax-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install xmllint
run: sudo apt-get install -y libxml2-utils
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
- name: Lint
run: |
find . -type f -name '*.xml' -print0 | xargs -0 -n1 -P4 xmllint --noout
find . -type f -name '*.xml' -print0 | xargs -0 -n1 -P4 xmllint --noout

0 comments on commit f103d9a

Please sign in to comment.