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

fix(ci): rectify formatting in affected file for build workflow #536

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

krishnanand5
Copy link
Collaborator

@krishnanand5 krishnanand5 commented Aug 28, 2024

Pull Request

Description

This PR rectifies the formatting issue in galleries/index.html which has hampered the execution of the build workflow.

Related Issues

Closes #535

Changes Made

The formatting changes mandated for galleries/index.html have been completed.

Checklist

  • I have read the Contributor Guidelines.
  • I have performed a self-review of my own code and ensured it follows the project's coding standards.
  • I have tested the changes locally following ManualTestingProcess.md, and all tests related to this pull request pass.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have updated the documentation, if applicable.
  • I have added appropriate unit tests, if applicable.

Additional Notes

The action was tested locally using netkos/act but as my local system runs on MacOS, I had to add a container for Node v14 within the ubuntu sandbox to run the workflow. I believe github actions will be able to handle the workflow as is without encountering any environment issues.

Closes #535

Copy link
Member

@jooyoungseo jooyoungseo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jooyoungseo jooyoungseo merged commit 03ed380 into xability:main Aug 28, 2024
1 check passed
github-actions bot pushed a commit that referenced this pull request Aug 29, 2024
## [2.14.7](v2.14.6...v2.14.7) (2024-08-29)

### Bug Fixes

* **ci:** rectify formatting in affected file for build workflow ([#536](#536)) ([03ed380](03ed380))
* **heatmap:** kill visual selector and autoplay post maidr teardown ([#534](#534)) ([17c286d](17c286d))
Copy link
Contributor

🎉 This PR is included in version 2.14.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

fix(ci): build fails upon PR merge
2 participants