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

Merged
merged 1 commit into from
Jan 1, 2024

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

Adding an automatic code and documentation formatting workflow.

πŸ“Š Key Changes

  • πŸ†• New formatting workflow file under .github/workflows/format.yml.
  • πŸ”„ Workflow triggers on pushes and pull requests to the main and master branches.
  • πŸ–₯️ The workflow utilizes the latest Ubuntu runner for execution.
  • πŸ—οΈ It includes steps for checking out the repo and running the Ultralytics formatting action.

🎯 Purpose & Impact

  • πŸ’» Consistency: Ensures code and documentation style remain consistent across contributions.
  • ↩️ Ease of Contribution: Reduces manual effort for contributors to comply with formatting standards.
  • πŸ”§ Automation: Streamlines the integration process for new code contributions, facilitating smoother and faster merges into the main branch.
  • πŸ‘₯ Enhanced Collaboration: Helps maintain a cleaner codebase, making it easier for developers to understand and work with the code.

@glenn-jocher glenn-jocher merged commit b40240d into master Jan 1, 2024
1 check passed
@glenn-jocher glenn-jocher deleted the add-format-workflow-20240101030516 branch January 1, 2024 02:12
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