This commit is contained in:
parent
389aeb261f
commit
0774e23801
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- hadolint --ignore DL3013 Dockerfile # ignore pinning version in pip
|
- hadolint --ignore DL3013 Dockerfile # ignore pinning version in pip
|
||||||
|
|
||||||
|
- name: yaml lint
|
||||||
|
image: cytopia/yamllint
|
||||||
|
commands:
|
||||||
|
- yamllint .
|
||||||
|
|
||||||
- name: w3c validator
|
- name: w3c validator
|
||||||
image: validator/validator:latest
|
image: validator/validator:latest
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue