Skip to content

Commit

Permalink
fix(ci): libxml2-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Feb 27, 2024
1 parent dc74fd8 commit ba473e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
run: yarn lint
- name: lint SVG sprites using xmllint
run: |
sudo apt update
sudo apt install -y libxml2-utils --fix-missing
xmllint --nonet --noout static/assets/svg-sprite.*.svg
Expand Down

0 comments on commit ba473e9

Please sign in to comment.