diff --git a/cicd/.prettierignore b/cicd/.prettierignore deleted file mode 100644 index e69de29..0000000 diff --git a/cicd/.prettierrc.yaml b/cicd/.prettierrc.yaml deleted file mode 100644 index 00c36a1..0000000 --- a/cicd/.prettierrc.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -printWidth: 88 -tabWidth: 2 -useTabs: true diff --git a/cicd/pipeline.yaml b/cicd/pipeline.yaml index 9e6a46d..5288e92 100644 --- a/cicd/pipeline.yaml +++ b/cicd/pipeline.yaml @@ -4,11 +4,6 @@ type: docker name: validate steps: - - name: prettier - image: tmknom/prettier:latest - commands: - - prettier --config "./cicd/.prettierrc.yaml" --ignore-path "./cicd/.prettierignore" --check "./src/config/**/*.yaml" - - name: yamllint image: sdesbure/yamllint:latest commands: