Skip to content

Added golangci-lint workflow#490

Open
kartikaysaxena wants to merge 2 commits into
litmuschaos:masterfrom
kartikaysaxena:golangci-workflow
Open

Added golangci-lint workflow#490
kartikaysaxena wants to merge 2 commits into
litmuschaos:masterfrom
kartikaysaxena:golangci-workflow

Conversation

@kartikaysaxena
Copy link
Copy Markdown

What this PR does / why we need it:

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #276

Special notes for your reviewer:

Checklist:

  • [x ] Fixes Add golangci-lint integration in CI #276
  • Labelled this PR & related issue with documentation tag
  • PR messages has document related information
  • Labelled this PR & related issue with breaking-changes tag
  • PR messages has breaking changes related information
  • Labelled this PR & related issue with requires-upgrade tag
  • PR messages has upgrade related information
  • Commit has unit tests
  • Commit has integration tests

Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add it to the build workflow itself?

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.

Add golangci-lint integration in CI

3 participants