Skip to content

ci: add golangci-lint to CI workflow#71

Merged
dominikholler merged 2 commits intomainfrom
ci-add-golangci-lint
Apr 10, 2026
Merged

ci: add golangci-lint to CI workflow#71
dominikholler merged 2 commits intomainfrom
ci-add-golangci-lint

Conversation

@ambient-code
Copy link
Copy Markdown

@ambient-code ambient-code Bot commented Apr 10, 2026

Summary

  • Add a golangci-lint step to the CI workflow using the official golangci/golangci-lint-action@v7
  • Runs on pull requests to main, after the existing formatting and tidiness checks

Test plan

  • Verify the CI workflow runs successfully on this PR
  • Confirm golangci-lint reports no issues on the current codebase

🤖 Generated with Claude Code

Ambient Code Bot and others added 2 commits April 10, 2026 11:26
Run golangci-lint via the official GitHub Action as an additional
check on pull requests to main.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Wrap with log.Fatal so the process exits with a clear error message
if the server fails to start (e.g. port already in use).

Fixes errcheck lint finding.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ambient-code ambient-code Bot force-pushed the ci-add-golangci-lint branch from a6ce795 to 5152047 Compare April 10, 2026 11:37
@dominikholler dominikholler merged commit c876164 into main Apr 10, 2026
2 checks passed
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