mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53: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:
|
||||
golangci-lint run --fix
|
||||
|
||||
proto-lint:
|
||||
cd proto/ && buf lint
|
||||
|
||||
compress: build
|
||||
upx --brute headscale
|
||||
|
||||
|
|
Loading…
Reference in a new issue