mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* lint YAML files in subdirectories
This commit is contained in:
parent
6f43580cbf
commit
c5ed219a20
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 **/*.yml --ignore=node_modules/**/*.yml --ignore=node_modules/**/*.yaml",
|
||||||
"verify": "run-p lint"
|
"verify": "run-p lint"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue