Skip to content

refactor: go test workflows#417

Merged
tenthirtyam merged 1 commit intomainfrom
refactor/go-test-workflows
Jan 28, 2026
Merged

refactor: go test workflows#417
tenthirtyam merged 1 commit intomainfrom
refactor/go-test-workflows

Conversation

@tenthirtyam
Copy link
Copy Markdown
Collaborator

Description

  • Updated GitHub Actions workflows for macOS, Linux, and Windows to improve naming consistency, add step names, and clarify comments.
  • Removed license headers and standardized formatting for better readability and maintainability.

- Updated GitHub Actions workflows for macOS, Linux, and Windows to improve naming consistency, add step names, and clarify comments.
- Removed license headers and standardized formatting for better readability and maintainability.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
@tenthirtyam tenthirtyam added this to the v2.0.0 milestone Jan 28, 2026
@tenthirtyam tenthirtyam self-assigned this Jan 28, 2026
Copilot AI review requested due to automatic review settings January 28, 2026 00:52
@tenthirtyam tenthirtyam added chore Chore github-actions GitHub Actions labels Jan 28, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors three GitHub Actions workflow files for Go testing across different platforms (macOS, Linux, and Windows) to improve consistency, readability, and maintainability. The changes remove license headers, standardize formatting with YAML document markers, update naming conventions, and add descriptive step names to previously unnamed action uses.

Changes:

  • Removed license headers and added YAML document markers (---) to all three workflow files
  • Updated workflow names to use consistent capitalization without quotes (e.g., "Go Test Windows"Go Test Windows)
  • Added descriptive step names to previously unnamed uses actions ("Checkout Repository", "Get Go Version", "Setup Go")
  • Standardized job names to use title case (e.g., Windows Go testsWindows Go Tests)
  • Removed unnecessary quotes from branch names and simplified comment formatting

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/go-test-windows.yml Standardized formatting, removed license headers, added step names for checkout and setup-go actions, updated naming to "Windows Go Tests"
.github/workflows/go-test-linux.yml Standardized formatting, removed license headers, added step names for checkout and setup-go actions, updated naming to "Linux Go Tests"
.github/workflows/go-test-darwin.yml Standardized formatting, removed license headers, added step names for checkout and setup-go actions, updated workflow name to "Go Test macOS" while keeping job name as "Darwin Go Tests"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- get-go-version
runs-on: macos-latest
name: Darwin Go tests
name: Darwin Go Tests
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent naming: The workflow is named "Go Test macOS" but the job is named "Darwin Go Tests". For consistency, consider naming the job "macOS Go Tests" to match the workflow name, or vice versa. The other workflows (Linux and Windows) have consistent naming between their workflow and job names.

Suggested change
name: Darwin Go Tests
name: macOS Go Tests

Copilot uses AI. Check for mistakes.
@tenthirtyam tenthirtyam merged commit a85fdda into main Jan 28, 2026
19 checks passed
@tenthirtyam tenthirtyam deleted the refactor/go-test-workflows branch January 28, 2026 01:05
@github-actions
Copy link
Copy Markdown

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
@github-actions
Copy link
Copy Markdown

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!

@github-actions
Copy link
Copy Markdown

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

chore Chore github-actions GitHub Actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants