-
Notifications
You must be signed in to change notification settings - Fork 44
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 Golangci-lint errors #1361
Fix Golangci-lint errors #1361
Conversation
Your Testserver will be ready at https://1361.test.live.mm.rbg.tum.de in a few minutes. Logins
|
golangci-lint now working on github. Issue was that there was no node_modules folder, but the go router referenced it with a //go:embed link. Golangci-lint now first installs all node packages, which creates the node_modules folder and then tests with the linters. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 🍻
Motivation and Context
This PR should fix the Issues with the golangci