Removed prettier from pipeline
This commit is contained in:
parent
9234533924
commit
8d7b3d94c7
3 changed files with 0 additions and 9 deletions
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
printWidth: 88
|
||||
tabWidth: 2
|
||||
useTabs: true
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue