From e783e2d336338a2997b4e807904d00e16a562f36 Mon Sep 17 00:00:00 2001 From: David Anson Date: Wed, 13 Jan 2021 22:22:53 -0800 Subject: [PATCH] Add branding icon as suggested by GitHub Marketplace. --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 22a9e28..af2f723 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'markdownlint-cli2-action' author: 'David Anson' description: 'A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library' +branding: + icon: 'check-square' + color: 'orange' inputs: globs: description: 'Glob expression(s) of files to lint (newline-delimited)'