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

Add Ultralytics actions workflow in format.yml #60

Closed
wants to merge 2 commits into from

Conversation

UltralyticsAssistant
Copy link
Member

@UltralyticsAssistant UltralyticsAssistant commented Jan 1, 2024

This pull request adds a workflow to automatically format code and documentation.

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Introducing automatic code and documentation formatting for Ultralytics GitHub repositories.

πŸ“Š Key Changes

  • A new GitHub workflow file format.yml has been added.
  • The workflow runs on pushes to main or master and on pull requests to these branches.
  • Various code files, including Python SDK files, have been reformatted for style consistency, such as quote normalization and line spacing.

🎯 Purpose & Impact

  • Aimed at maintaining code quality and consistency across Ultralytics repositories.
  • Reduces the burden on contributors to manually format code.
  • Helps ensure that documentation and code adhere to predefined style guidelines.
  • Should have no direct functional impact on end-users but improves developer experience and codebase maintainability. πŸ› οΈ

Copy link
Contributor

github-actions bot commented Jan 1, 2024

CLA Assistant Lite bot All Contributors have signed the CLA. βœ…

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

πŸ‘‹ Hello @UltralyticsAssistant, thank you for submitting an Ultralytics HUB-SDK πŸš€ PR! To allow your work to be integrated as seamlessly as possible, we advise you to:

  • βœ… Verify your PR is up-to-date with ultralytics/hub-sdk main branch. If your PR is behind you can update your code by clicking the 'Update branch' button or by running git pull and git merge main locally.
  • βœ… Verify all Continuous Integration (CI) checks are passing.
  • βœ… Update Docs for any new or updated features.
  • βœ… Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." β€” Bruce Lee

See our Contributing Guide for details and let us know if you have any questions!

@UltralyticsAssistant
Copy link
Member Author

I have read the CLA Document and I sign the CLA

@UltralyticsAssistant UltralyticsAssistant deleted the add-format-workflow-20240101032124 branch January 1, 2024 02:27
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.

None yet

2 participants