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

fix: no go files to analyze #23

Closed
wants to merge 1 commit into from
Closed

fix: no go files to analyze #23

wants to merge 1 commit into from

Conversation

Hyvi
Copy link

@Hyvi Hyvi commented Jan 30, 2020

fix the issue: golangci/golangci-lint#870,
when the project only has go.mod (without vendor/ dir).

test case 1 (only go.mod) :
https://github.com/Hyvi/go-present/runs/413106781

test case 2 (only vendor/ dir) :
https://github.com/Hyvi/govendor/runs/416254159

* add checking go.mod and download other package
@haya14busa
Copy link
Member

#46 should resolve the issue and you can still run go mod vendor outside this action if you want.

@haya14busa haya14busa closed this Aug 16, 2020
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