diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..5a916f3 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,2 @@ +tasks: + - init: yarn install && yarn run test diff --git a/README.md b/README.md index 73f9542..456eaca 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Coverage Status](https://coveralls.io/repos/github/replicatedhq/dockerfilelint/badge.svg?branch=master)](https://coveralls.io/github/replicatedhq/dockerfilelint?branch=master) [![Build Status](https://travis-ci.org/replicatedhq/dockerfilelint.svg?branch=master)](https://travis-ci.org/replicatedhq/dockerfilelint) +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/replicatedhq/dockerfilelint) + `Dockerfilelint` is an node module that analyzes a Dockerfile and looks for common traps, mistakes and helps enforce best practices: