Skip to content

Commit

Permalink
Add branding to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
judaew committed Oct 22, 2021
1 parent 9024f12 commit 6f428ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: 'Luacheck Linter'
author: 'Vadim-Valdis Yudaev'
description: 'Run Luacheck Lint'

branding:
icon: 'activity'
color: 'gray-dark'

inputs:
args:
description: |
Expand Down

0 comments on commit 6f428ff

Please sign in to comment.