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 #30

Closed

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 automated code and documentation formatting to Ultralytics repositories.

📊 Key Changes

  • A new GitHub Actions workflow file format.yml has been added.
  • The workflow activates on pushes and pull requests to the main and master branches.
  • It includes a job named format that uses the latest Ubuntu runner.
  • The format job checks out the repository and then runs the Ultralytics formatting actions.

🎯 Purpose & Impact

  • Consistency: Ensures that all code and documentation follow the standard formatting guidelines.
  • Efficiency: Automates what can be a tedious manual process, allowing developers to focus on more important tasks.
  • Quality Control: Improves readability and maintainability of the code base, potentially reducing bugs and making it easier for new developers to contribute.
  • User Experience: Contributors will experience a smoother development process with less back-and-forth on formatting issues.

@glenn-jocher glenn-jocher deleted the add-format-workflow-20240101030524 branch January 1, 2024 02:14
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.

2 participants