Skip to content

Commit

Permalink
chore: disable broken svg lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Apr 21, 2023
1 parent 32d509a commit 32bbfa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/v3-dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: yarn setup
- name: Run linters
run: yarn lint
- name: lint SVG sprites using xmllint
run: |
sudo apt install -y libxml2-utils
xmllint --nonet --noout static/assets/svg-sprite.*.svg
# - name: lint SVG sprites using xmllint
# run: |
# sudo apt install -y libxml2-utils
# xmllint --nonet --noout static/assets/svg-sprite.*.svg

unit-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 32bbfa8

Please sign in to comment.