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

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

Implementation of an automated formatting workflow for code and documentation.

📊 Key Changes

  • Added a new GitHub Actions workflow file format.yml that triggers on pushes and pull requests to the main and master branches.
  • The workflow runs on the latest Ubuntu runner provided by GitHub Actions.
  • It checks out the repository and then uses a custom action ultralytics/actions@main to format the code and documentation.

🎯 Purpose & Impact

  • The purpose is to ensure consistent code and documentation formatting across all contributions to the Ultralytics repository.
  • This automation will enhance code quality, improve readability, and reduce the time maintainers spend on manual formatting reviews.
  • The impact for contributors is that their submissions will be automatically formatted, simplifying the contribution process and fostering better collaboration.

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