mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
4 lines
50 B
Makefile
4 lines
50 B
Makefile
.PHONY: tests
|
|
tests:
|
|
python -m unittest discover
|