From 1fd42841290e420a44a15ee645ea4988f53a95d7 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Thu, 19 Jan 2023 00:38:03 +0100 Subject: [PATCH] chore: add metadata to action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 3a81e3e..d186daf 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,10 @@ --- name: 'Sumneko Lint' decription: 'Type check and lint lua code using lua-language-server.' +author: 'Marc Jakobi' +branding: + color: 'purple' + icon: 'moon' inputs: checklevel: description: "The diagnostics severity level to fail on."