Removed prettier from pipeline

This commit is contained in:
theautomation 2022-12-21 15:41:21 +01:00
parent 9234533924
commit 8d7b3d94c7
3 changed files with 0 additions and 9 deletions

View file

View file

@ -1,4 +0,0 @@
---
printWidth: 88
tabWidth: 2
useTabs: true

View file

@ -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: