mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-01 07:29:44 +02:00
Add branding icon as suggested by GitHub Marketplace.
This commit is contained in:
@@ -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)'
|
||||
|
||||
Reference in New Issue
Block a user