From 2da038f57479f8963c470c5df4fc78b134bd1dd7 Mon Sep 17 00:00:00 2001 From: Stephan Beyer Date: Fri, 3 Apr 2020 16:57:11 +0200 Subject: [PATCH] Add optional author and branding metadata --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index e267ff9..3d36a37 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,9 @@ name: 'Include Guards Check' +author: 'Stephan Beyer (sbeyer)' description: 'Check for #include guards in C/C++ header files' +branding: + icon: 'hash' + color: 'green' inputs: path: description: 'The path to look for include files'