2
0
Files
recws/Makefile
T
Lucas Löffel 4baede84bc update deps
2021-12-15 14:23:47 +01:00

11 lines
206 B
Makefile

install:
go get
linter:
golangci-lint run
ls-lint:
curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.10.0/ls-lint-linux && chmod +x ls-lint && ./ls-lint
test:
make linter