Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 28, 2026

Code formatting check was failing due to unformatted Go test file.

Changes

  • Ran make fmt to align struct field formatting in pkg/workflow/action_pins_test.go
// Before
{
    name: "empty steps slice",
    steps: []any{},
    wantErr:   false,
    wantCount: 0,
},

// After  
{
    name:      "empty steps slice",
    steps:     []any{},
    wantErr:   false,
    wantCount: 0,
},

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits January 28, 2026 17:44
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix lint errors in session instructions Fix lint errors: format Go code Jan 28, 2026
Copilot AI requested a review from mnkiefer January 28, 2026 17:53
@mnkiefer mnkiefer marked this pull request as ready for review January 28, 2026 17:54
@mnkiefer mnkiefer merged commit 5614eb3 into agent-instructions Jan 28, 2026
55 of 56 checks passed
@mnkiefer mnkiefer deleted the copilot/sub-pr-12317 branch January 28, 2026 17:55
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