Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Use make lint instead of lint action #52

Closed
wants to merge 1 commit into from

Conversation

praveenkumar
Copy link
Member

No description provided.

@@ -24,7 +24,7 @@ jobs:
- name: Build
run: make cross
- name: lint
uses: golangci/golangci-lint-action@v3
run: make lint
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

Choose a reason for hiding this comment

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

#50 will take care of keeping up to date both the golangci action and the golangci-lint version we use in tools .

Copy link
Contributor

@cfergeau cfergeau left a comment

Choose a reason for hiding this comment

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

This is missing an explanation.

Since we already have `lint` target in the makefile which uses
golanglint and current workflow have outdated action for it. Better to
have same way to run linter either local or on CI.
@praveenkumar
Copy link
Member Author

/close

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.

3 participants