mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-21 22:01:30 +01:00
Update Action configuration to use Node 16.
This commit is contained in:
parent
7128b3361a
commit
b3c3b40b95
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ name: 'markdownlint-cli2-action'
|
||||||
author: 'David Anson'
|
author: 'David Anson'
|
||||||
description: 'A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library'
|
description: 'A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library'
|
||||||
branding:
|
branding:
|
||||||
icon: 'check-square'
|
icon: 'check-square'
|
||||||
color: 'orange'
|
color: 'orange'
|
||||||
inputs:
|
inputs:
|
||||||
globs:
|
globs:
|
||||||
|
@ -10,5 +10,5 @@ inputs:
|
||||||
default: '*.{md,markdown}'
|
default: '*.{md,markdown}'
|
||||||
required: false
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|
Loading…
Reference in a new issue