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

Parse and Format Yarn Install Output #151

Merged
merged 7 commits into from
Feb 19, 2024
Merged

Conversation

threeal
Copy link
Owner

@threeal threeal commented Feb 19, 2024

This pull request resolves #150 by introducing the following changes:

  • Modifies the yarnInstall function to run silently while outputting logs in JSON format, which can later be parsed and formatted in GitHub Actions log style.
  • Introduces the YarnInstallOutput interface and the printYarnInstallOutput function to assist in parsing and formatting the Yarn install output.
  • Adds and fixes testing accordingly.

@threeal threeal added the feat label Feb 19, 2024
@threeal threeal added this to the Version 1.1.0 milestone Feb 19, 2024
@threeal threeal self-assigned this Feb 19, 2024
@threeal threeal marked this pull request as ready for review February 19, 2024 10:45
@threeal threeal merged commit 174641b into main Feb 19, 2024
8 checks passed
@threeal threeal deleted the format-yarn-install-output branch February 19, 2024 10:46
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parse and Format Yarn Install Output
1 participant