Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Latest commit

 

History

History
52 lines (32 loc) · 963 Bytes

CONTRIBUTING.md

File metadata and controls

52 lines (32 loc) · 963 Bytes

CONTRIBUTING

We are using GitHub Actions as a continuous integration system.

For details, take a look at the following workflow configuration files:

Coding Standards

We are using yamllint to enforce coding standards in YAML files.

If you do not have yamllint installed yet, run

$ brew install yamllint

to install yamllint.

Docker Image

Run

$ make docker

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

Extra lazy?

Run

$ make

to enforce coding standards, build, tag, and run the Docker image locally!

Help

💡 Run

$ make help

to display a list of available targets with corresponding descriptions.