mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
The golangci-lint-action step runs only on the repository's top-level directory. Then, make verify reruns it on the same directory, which is redundant. However, to keep make verify target working, golangci-lint needs to be installed locally. Signed-off-by: Ivan Valdes <ivan@vald.es>