Skip to content

feat: add GitHub Actions workflow for Go linting#1031

Merged
mengshengwu merged 6 commits intomainfrom
chore/mengsheng/go-lint
Feb 2, 2026
Merged

feat: add GitHub Actions workflow for Go linting#1031
mengshengwu merged 6 commits intomainfrom
chore/mengsheng/go-lint

Conversation

@mengshengwu
Copy link
Collaborator

No description provided.

Copy link
Contributor

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 adds a new GitHub Actions workflow to enforce code quality standards for Go code in the runner/ directory. The workflow runs on pull requests targeting the main branch and performs linting using gofmt and go vet.

Changes:

  • Adds a new lint workflow that runs on PRs affecting the runner directory
  • Implements Go code formatting checks using gofmt -s
  • Implements static analysis using go vet

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

@mengshengwu mengshengwu merged commit a953c80 into main Feb 2, 2026
1 check passed
@mengshengwu mengshengwu deleted the chore/mengsheng/go-lint branch February 2, 2026 09:15
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