From 2187ee48fb953c433ac65d7d7d610de54531d227 Mon Sep 17 00:00:00 2001 From: tibetiroka Date: Sat, 2 Mar 2024 11:53:17 +0100 Subject: [PATCH] Add branding info for action --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 8116a0f..feabf11 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'debian-control-linter' author: 'tibetiroka' description: 'Linter for debian control files' +branding: + icon: 'check-square' + color: 'green' inputs: file: description: 'The target file'