From 6f428ffde4dffddc01fabcc8b5587be89133d397 Mon Sep 17 00:00:00 2001 From: Vadim-Valdis Yudaev Date: Fri, 22 Oct 2021 04:50:36 +0300 Subject: [PATCH] Add branding to action.yml --- Dockerfile | 5 ----- action.yml | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9ddf4d..0ef69db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,11 +4,6 @@ LABEL "repository"="http://github.com/judaew/luacheck-action" LABEL "homepage"="http://github.com/judaew/luacheck-action" LABEL "maintainer"="Vadim-Valdis Yudaev" -LABEL "com.github.actions.name"="luacheck" -LABEL "com.github.actions.description"="Run Luacheck Lint" -LABEL "com.github.actions.icon"="activity" -LABEL "com.github.actions.color"="gray-dark" - RUN apk add --no-cache bash luarocks luacheck RUN sh -s luarocks install lanes diff --git a/action.yml b/action.yml index ef6e4a5..ceeab8e 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,10 @@ name: 'Luacheck Linter' author: 'Vadim-Valdis Yudaev' description: 'Run Luacheck Lint' +branding: + icon: 'activity' + color: 'gray-dark' + inputs: args: description: |