Add install linter target
This commit is contained in:
parent
524baf90d2
commit
4cfb227a1e
1 changed files with 3 additions and 0 deletions
3
Justfile
3
Justfile
|
@ -41,3 +41,6 @@ clean: remove-podman-containers
|
||||||
[confirm]
|
[confirm]
|
||||||
podman-clean:
|
podman-clean:
|
||||||
podman system reset --force
|
podman system reset --force
|
||||||
|
|
||||||
|
install-linter:
|
||||||
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2
|
||||||
|
|
Loading…
Reference in a new issue