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

Update action.yml #113

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Update action.yml #113

merged 1 commit into from
Jun 18, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jun 18, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Update to the actions.yml to prevent pipeline failures due to formatting checks in ruff.

πŸ“Š Key Changes

  • Modified ruff check command by appending || true
  • Modified ruff format command by appending || true

🎯 Purpose & Impact

  • Prevent Pipeline Failures: Ensures that even if there are issues, the pipeline will not fail due to ruff checks alone.
  • Enhanced Reliability: Improves the overall reliability of the automated checks, making it more robust against minor code formatting issues.

@glenn-jocher glenn-jocher merged commit c7cd9ed into main Jun 18, 2024
1 check passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch June 18, 2024 23:58
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.

1 participant