mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-05-21 01:01:19 +00:00
8 lines
132 B
Makefile
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
|