Skip to content

Fix Go code formatting in CLI test files#8531

Merged
pelikhan merged 2 commits intomainfrom
copilot/update-action-workflow-configuration
Jan 2, 2026
Merged

Fix Go code formatting in CLI test files#8531
pelikhan merged 2 commits intomainfrom
copilot/update-action-workflow-configuration

Conversation

Copy link
Contributor

Copilot AI commented Jan 1, 2026

The CI lint-go job was failing due to unformatted Go code in recently added CLI test files.

Changes

  • Ran go fmt on 5 CLI test files to fix formatting violations:
    • pkg/cli/actions_build_command_test.go
    • pkg/cli/add_command_test.go
    • pkg/cli/generate_action_metadata_command_test.go
    • pkg/cli/logs_command_test.go
    • pkg/cli/remove_command_test.go

The formatting changes are purely cosmetic (whitespace and alignment) with no functional modifications.

Original prompt

Reference: https://github.com/githubnext/gh-aw/actions/runs/20647584619/job/59287242700#step:5:1

Custom agent used: ci-cleaner
Tidies up the repository CI state by formatting sources, running linters, fixing issues, running tests, and recompiling workflows


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update action workflow configuration Fix Go code formatting in CLI test files Jan 1, 2026
Copilot AI requested a review from pelikhan January 1, 2026 23:59
@pelikhan pelikhan marked this pull request as ready for review January 2, 2026 00:00
@pelikhan pelikhan merged commit 2578f1c into main Jan 2, 2026
4 checks passed
@pelikhan pelikhan deleted the copilot/update-action-workflow-configuration branch January 2, 2026 00:00
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