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)'