mirror of
https://github.com/jimeh/tmux-themepack.git
synced 2026-02-19 11:16:43 +00:00
10 lines
110 B
Makefile
10 lines
110 B
Makefile
default: test
|
|
|
|
.PHONY: lint
|
|
lint:
|
|
cd test && golangci-lint run -v
|
|
|
|
.PHONY: test
|
|
test:
|
|
cd test && go test -v
|