mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +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
|