Skip to content

feat(gh-actions/go/code-sanity): Report the golangci-lint findings#110

Open
adombeck wants to merge 1 commit intomainfrom
print-golangci-lint-output
Open

feat(gh-actions/go/code-sanity): Report the golangci-lint findings#110
adombeck wants to merge 1 commit intomainfrom
print-golangci-lint-output

Conversation

@adombeck
Copy link
Contributor

By default, the golangci-lint-action prints the output of the linter to the console, but hidden in a "run golangci-lint" group. We want the output to be visible without having to search for that group and click on it, so we write it to a file first and then log the content of that file in a subsequent step.

By default, the golangci-lint-action prints the output of the linter to
the console, but hidden in a "run golangci-lint" group. We want the
output to be visible without having to search for that group and click
on it, so we write it to a file first and then log the content of that
file in a subsequent step.
@adombeck adombeck force-pushed the print-golangci-lint-output branch from 65872d0 to a1e329c Compare February 19, 2026 18:49
@adombeck adombeck marked this pull request as ready for review February 19, 2026 20:45
@adombeck adombeck requested a review from didrocks as a code owner February 19, 2026 20:45
@adombeck
Copy link
Contributor Author

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

Comments