0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

Update dependencies: @actions/core to 1.5.0, markdownlint-cli2 to 0.3.1.

This commit is contained in:
David Anson 2021-09-14 22:14:33 -07:00
parent d0b666aa94
commit 290acf1afb
2 changed files with 536 additions and 251 deletions

783
dist/index.js vendored

File diff suppressed because it is too large Load diff

View file

@ -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",