3 lines
37 B
Makefile
3 lines
37 B
Makefile
.PHONY: lint
|
|
lint:
|
|
nginx -t || true
|
.PHONY: lint
|
|
lint:
|
|
nginx -t || true
|