mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
Setup proto linting
This commit is contained in:
parent
2c071a8a2d
commit
06700c1dc4
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -21,6 +21,9 @@ coverprofile_html:
|
||||||
lint:
|
lint:
|
||||||
golangci-lint run --fix
|
golangci-lint run --fix
|
||||||
|
|
||||||
|
proto-lint:
|
||||||
|
cd proto/ && buf lint
|
||||||
|
|
||||||
compress: build
|
compress: build
|
||||||
upx --brute headscale
|
upx --brute headscale
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue