1
0
Fork 0
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:
shimataro 2020-01-19 11:47:29 +09:00
parent c5ed219a20
commit cf4ced14c9
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -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": {