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"