From 109ccd528d0408b68af0f5767772a0656a38b3ea Mon Sep 17 00:00:00 2001 From: Paul Hodgkinson <41705651+aegilops@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:46:49 +0100 Subject: [PATCH] Update action.yml with branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 5c05b26..b0d63bd 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: Python Lint Code Scanning Action description: Runs a python linter of your choice, outputting SARIF +branding: + icon: 'check-circle' + color: 'blue' inputs: linter: description: 'The linter to use'