GildedRose-Refactoring-Kata/ruby/Makefile
2021-05-26 20:24:07 -03:00

8 lines
132 B
Makefile

test:
docker-compose up --build test
lint:
docker-compose up --build lint
auto-correct:
docker-compose up --build auto-correct