mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
8 lines
66 B
Makefile
8 lines
66 B
Makefile
|
.PHONY: test lint
|
||
|
|
||
|
test:
|
||
|
@(scripts/test)
|
||
|
|
||
|
lint:
|
||
|
@(scripts/lint)
|