Format JSON and YAML using Prettier (#17823)
* Format JSON and YAML using Prettier * Add prettier to devDep
This commit is contained in:
committed by
GitHub
parent
cf5435bb27
commit
584d8b977b
4
.github/workflows/build-image.yml
vendored
4
.github/workflows/build-image.yml
vendored
@ -3,9 +3,9 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- 'main'
|
||||
tags:
|
||||
- "*"
|
||||
- '*'
|
||||
pull_request:
|
||||
paths:
|
||||
- .github/workflows/build-image.yml
|
||||
|
Reference in New Issue
Block a user