Skip to content

Commit

Permalink
chore: fix prettier yaml (#591)
Browse files Browse the repository at this point in the history
fix prettier yaml
---------

Signed-off-by: yaroslavborbat <[email protected]>
  • Loading branch information
yaroslavborbat authored Dec 19, 2024
1 parent 8378a6a commit cbd6f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**/.git
**/*.git
**/.svn
**/.hg
**/werf*.yaml
Expand All @@ -9,3 +9,4 @@ crds/embedded
images/cdi-artifact/__containerized-data-importer*
images/virt-artifact/__kubevirt*
.gitlab-ci.yml
tools/kubeconform
2 changes: 1 addition & 1 deletion api/Taskfile.dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tasks:
- |
cd ../ && docker run --rm \
-v ./:/tmp/virt ghcr.io/deckhouse/virtualization/prettier:3.2.5 \
sh -c "cd /tmp/virt ; prettier -w \"**/*.yaml\" \"**/*.yml\""
sh -c "cd /tmp/virt ; prettier -w \"crds/*.yaml\""
_ci:verify-gen:
desc: "Check generated files are up-to-date."
Expand Down

0 comments on commit cbd6f3a

Please sign in to comment.