This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-api/vendor/github.com/ulule/limiter/v3/Makefile
2019-07-21 21:27:30 +00:00

7 lines
66 B
Makefile

.PHONY: test lint
test:
@(scripts/test)
lint:
@(scripts/lint)