Skip to content

ci: add golangci-lint workflow targeting PR changes only - #242

Open
chilkotiKartik wants to merge 1 commit into
keploy:mainfrom
chilkotiKartik:ci/golangci-lint-pr-changes
Open

chilkotiKartik wants to merge 1 commit into
keploy:mainfrom
chilkotiKartik:ci/golangci-lint-pr-changes

Conversation

@chilkotiKartik

Copy link
Copy Markdown

Description

Adds an automated golangci-lint workflow triggered on pull requests to enforce Go code quality gates specifically on modified files (only-new-issues: true).

Changes

  • Created .github/workflows/golangci-lint.yml with golangci/golangci-lint-action@v6.
  • Configured only-new-issues: true to prevent blocking contributors on legacy issues outside the PR scope.

Related Issue


Signed-off-by: Kartik Chilkoti chilkotikartik@gmail.com

Resolves keploy/keploy#3550

Signed-off-by: Kartik Chilkoti <chilkotikartik@gmail.com>
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.

[feature]: linter for PR changes for samples-go

1 participant