We are using GitHub Actions as a continuous integration system.
For details, take a look at the following workflow configuration files:
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
.
Run
$ make docker
to build, tag, and run the Docker image locally.
Run
$ make
to enforce coding standards, build, tag, and run the Docker image locally!
💡 Run
$ make help
to display a list of available targets with corresponding descriptions.