Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Avoid model generator workflow to push formatting changes in SVGs #653

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

riyaa14
Copy link

@riyaa14 riyaa14 commented Jan 23, 2025

Description

This PR fixes #652

Notes for Reviewers

  • update.go and generate.go in registry, both use Parser function implemented in csv.go
  • fixing the parsing of svg columns here should fix the unnecessary formatting changes that were being generated
  • The formatting of svg columns is kept uniform by removing all new-line characters (\n)

Signed commits

  • Yes, I signed my commits.

Copy link

welcome bot commented Jan 23, 2025

Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, you can find updates in the #github-notifications channel in the community Slack.
Be sure to double-check that you have signed your commits. Here are instructions for making signing an implicit activity while performing a commit.

@riyaa14 riyaa14 marked this pull request as ready for review January 23, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Fix SVG data parsing to ensure uniform formatting
1 participant