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