Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 283 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 283 Bytes

Contributing

Code style

StyleCI will flag code style violations in your pull requests.

Running tests

Run docker-compose up -d to start the containers. Then run ./test to run the tests.

When you're done testing, run docker-compose down to shut down the containers.