mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* refactor yaml-lint cli
This commit is contained in:
parent
c5ed219a20
commit
cf4ced14c9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
"lint": "run-p lint:*",
|
"lint": "run-p lint:*",
|
||||||
"lint:ts": "eslint ./src --ext .ts",
|
"lint:ts": "eslint ./src --ext .ts",
|
||||||
"lint:md": "markdownlint . --ignore node_modules --ignore examples",
|
"lint:md": "markdownlint . --ignore node_modules --ignore examples",
|
||||||
"lint:yaml": "yamllint **/.*.yml **/*.yml --ignore=node_modules/**/*.yml --ignore=node_modules/**/*.yaml",
|
"lint:yaml": "yamllint **/{,.}*.{yml,yaml} --ignore=node_modules/**",
|
||||||
"verify": "run-p lint"
|
"verify": "run-p lint"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue