mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-21 22:01:30 +01:00
Update dependencies: @actions/core to 1.5.0, markdownlint-cli2 to 0.3.1.
This commit is contained in:
parent
d0b666aa94
commit
290acf1afb
2 changed files with 536 additions and 251 deletions
719
dist/index.js
vendored
719
dist/index.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -17,8 +17,8 @@
|
|||
"test": "eslint *.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "~1.4.0",
|
||||
"markdownlint-cli2": "~0.1.3"
|
||||
"@actions/core": "~1.5.0",
|
||||
"markdownlint-cli2": "~0.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "~0.31.1",
|
||||
|
|
Loading…
Reference in a new issue