chore(xfer): update validate workflow#429
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Go validation workflow to align it with the formatting and naming conventions used in other test workflows in the repository. However, it also removes the pull_request trigger which prevents validation checks from running on pull requests.
Changes:
- Removed copyright header and updated workflow comment to be more concise
- Removed
pull_requesttrigger, limiting workflow to only run on pushes to main branch - Added descriptive names to GitHub Action steps (e.g., "Checkout Repository", "Setup Go", "Get Go Version")
- Standardized job names to use title case (e.g., "Lint Check" instead of "Lint check")
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update validate workflow. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
faad6d1 to
04d6507
Compare
|
This functionality has been released in v2.0.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
1 similar comment
|
This functionality has been released in v2.0.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Summary
Update validate workflow.
Type
fix: Bug Fixfeat: Feature or Enhancementdocs: Documentationrefactor: Refactoringchore: Build, Dependencies, Workflows, etc.other: Other (Please describe.)Breaking Changes?
Tests
Output:
Documentation
Issue References
Release Note
Additional Information