We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7128b33 commit b3c3b40Copy full SHA for b3c3b40
action.yml
@@ -2,13 +2,13 @@ name: 'markdownlint-cli2-action'
2
author: 'David Anson'
3
description: 'A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library'
4
branding:
5
- icon: 'check-square'
+ icon: 'check-square'
6
color: 'orange'
7
inputs:
8
globs:
9
description: 'Glob expression(s) of files to lint (newline-delimited)'
10
default: '*.{md,markdown}'
11
required: false
12
runs:
13
- using: 'node12'
+ using: 'node16'
14
main: 'dist/index.js'
0 commit comments