From 10975e2cecb8095b1a6c9526c5e7fcd93bfada1d Mon Sep 17 00:00:00 2001 From: Ilir Bekteshi Date: Wed, 16 Oct 2019 11:13:43 +0200 Subject: [PATCH] Update action.yml --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 60d7147..8d14fa4 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'YAMLLint' +name: 'YAML Lint' description: 'Validate YAML syntax' author: 'ibiqlik' @@ -22,3 +22,7 @@ inputs: runs: using: 'docker' image: 'Dockerfile' + +branding: + color: blue + icon: check-square