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

Separate golangci-lint from other jobs #1712

Merged
merged 1 commit into from Nov 13, 2021
Merged

Conversation

StevenACoffman
Copy link
Collaborator

@StevenACoffman StevenACoffman commented Nov 13, 2021

golangci-lint recommends running the action in a job separate from other jobs (go test, etc) because different jobs run in parallel.

We were getting [action failures] (https://github.com/99designs/gqlgen/runs/4199324192?check_suite_focus=true) due to several problems.

See golangci/golangci-lint-action#244

Signed-off-by: Steve Coffman steve@khanacademy.org

Signed-off-by: Steve Coffman <steve@khanacademy.org>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 67.34% when pulling 7f64a14 on lint_separate into 50292e9 on master.

@StevenACoffman StevenACoffman merged commit 237a7e6 into master Nov 13, 2021
@StevenACoffman StevenACoffman deleted the lint_separate branch November 13, 2021 18:07
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.

None yet

2 participants