mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-26 01:20:15 -06:00
4 lines
50 B
Makefile
4 lines
50 B
Makefile
.PHONY: tests
|
|
tests:
|
|
python -m unittest discover
|