Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 503 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 503 Bytes

CONTRIBUTING

We are using GitHub Actions as continuous integration system.

For details, see workflows/continuous-integration.yml.

Docker Image

Run

$ make docker

to build, tag, and run the Docker image locally.

Extra lazy?

Run

$ make

to build, tag, and run the Docker image locally.

💡 Run

$ make help

to display a list of available targets with corresponding descriptions.