Add fix/lint helper dev targets (#23561)
This commit is contained in:
parent
69057467cb
commit
d39bce963f
7 changed files with 28 additions and 18 deletions
2
.github/workflows/lint-json.yml
vendored
2
.github/workflows/lint-json.yml
vendored
|
@ -40,4 +40,4 @@ jobs:
|
|||
run: yarn --frozen-lockfile
|
||||
|
||||
- name: Prettier
|
||||
run: yarn prettier --check "**/*.json"
|
||||
run: yarn lint:json
|
||||
|
|
Reference in a new issue