You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #75 from keep-network/rfc-18/go-linting
Add Go linting to the client.yml workflow
As part of work on RFC-18 a job linting the Go code has been added to
`client.yml` workflow. Action for linting of Go code has been also added
(as separate repository) as part of this work.
Running the worklow with linting revealed a number of issues found
by the linter ([see here](https://github.com/keep-network/keep-common/runs/2379469245?check_suite_focus=true)).
All of them are also fixed as part of this PR.
0 commit comments