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 b642791 commit dc74fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: yarn lint
- name: lint SVG sprites using xmllint
run: |
sudo apt install -y libxml2-utils
sudo apt install -y libxml2-utils --fix-missing
xmllint --nonet --noout static/assets/svg-sprite.*.svg
build:
Expand Down

0 comments on commit dc74fd8

Please sign in to comment.