From 1bbfd5ba0d9e42a04050fa38f6b4eeeacabd9574 Mon Sep 17 00:00:00 2001 From: Alberto Gimeno Date: Thu, 31 Jan 2019 16:11:17 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a9b4c90..9d2d15d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:10-slim -LABEL com.github.actions.name="ESLint" +LABEL com.github.actions.name="ESLint checks" LABEL com.github.actions.description="Lint your code with eslint in parallel to your builds" LABEL com.github.actions.icon="code" LABEL com.github.actions.color="yellow"